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

/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h185 static StringRef getCategoryNameFromID(unsigned CategoryID);
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp222 /// category, an empty string if CategoryID is zero, or null if CategoryID is
224 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { argument
225 if (CategoryID >= getNumberOfCategories())
227 return CategoryNameTable[CategoryID].getName();
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp342 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
348 Out << CategoryID; local

Completed in 123 milliseconds