Searched refs:getCategoryNumberForDiag (Results 1 - 7 of 7) sorted by path

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h179 static unsigned getCategoryNumberForDiag(unsigned DiagID);
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp97 DiagIDs.getCategoryNumberForDiag(D.getID()))) << '\n';
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp173 /// getCategoryNumberForDiag - Return the category number that a specified
175 unsigned DiagnosticIDs::getCategoryNumberForDiag(unsigned DiagID) { function in class:DiagnosticIDs
692 unsigned cat = getCategoryNumberForDiag(DiagID);
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp601 unsigned DiagID = DiagnosticIDs::getCategoryNumberForDiag(Info->getID());
H A DTextDiagnosticPrinter.cpp96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID());
/external/clang/tools/libclang/
H A DCIndex.cpp88 DiagnosticIDs::getCategoryNumberForDiag(D->getID()) ==
H A DCXStoredDiagnostic.cpp75 return DiagnosticIDs::getCategoryNumberForDiag(Diag.getID());
79 unsigned catID = DiagnosticIDs::getCategoryNumberForDiag(Diag.getID());

Completed in 343 milliseconds