Searched refs:CategoryID (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h186 static StringRef getCategoryNameFromID(unsigned CategoryID);
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp228 /// category, an empty string if CategoryID is zero, or null if CategoryID is
230 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { argument
231 if (CategoryID >= getNumberOfCategories())
233 return CategoryNameTable[CategoryID].getName();
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp326 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
332 Out << CategoryID; local

Completed in 140 milliseconds