Searched defs:CategoryID (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp342 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
348 Out << CategoryID; local
/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();

Completed in 309 milliseconds