HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticIDs (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 1 //===--- DiagnosticIDs.cpp - Diagnostic IDs Handling ----------------------===//
14 #include "clang/Basic/DiagnosticIDs.h"
100 "DiagnosticIDs.h) probably need to be increased");
180 unsigned DiagnosticIDs::getCategoryNumberForDiag(unsigned DiagID) {
198 // Unfortunately, the split between DiagnosticIDs and Diagnostic is not
223 unsigned DiagnosticIDs::getNumberOfCategories() {
230 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
238 DiagnosticIDs::SFINAEResponse
239 DiagnosticIDs::getDiagnosticSFINAEResponse(unsigned DiagID) {
272 typedef std::pair<DiagnosticIDs::Level, std::string> DiagDesc
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 1 //===--- DiagnosticIDs.h - Diagnostic IDs Handling --------------*- C++ -*-===//
113 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
125 DiagnosticIDs();
126 ~DiagnosticIDs();
257 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
262 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID,

Completed in 32 milliseconds