Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp326 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) { in clang_formatDiagnostic() local
/external/clang/lib/Basic/
DDiagnosticIDs.cpp233 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { in getCategoryNameFromID()