Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp328 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) { in clang_formatDiagnostic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp324 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { in getCategoryNameFromID()