Home
last modified time | relevance | path

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

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