Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnosticIDs.cpp225 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { in getCategoryNameFromID() argument
226 if (CategoryID >= getNumberOfCategories()) in getCategoryNameFromID()
228 return CategoryNameTable[CategoryID].getName(); in getCategoryNameFromID()
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp341 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) { in clang_formatDiagnostic() local
347 Out << CategoryID; in clang_formatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnosticIDs.h194 static StringRef getCategoryNameFromID(unsigned CategoryID);