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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h185 static StringRef getCategoryNameFromID(unsigned CategoryID);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp227 /// category, an empty string if CategoryID is zero, or null if CategoryID is
229 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { argument
230 if (CategoryID >= getNumberOfCategories())
232 return CategoryNameTable[CategoryID].getName();

Completed in 165 milliseconds