HomeSort by relevance Sort by last modified time
    Searched refs:CategoryID (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 194 static StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 223 /// category, an empty string if CategoryID is zero, or null if CategoryID is
225 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
226 if (CategoryID >= getNumberOfCategories())
228 return CategoryNameTable[CategoryID].getName();
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 341 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
347 Out << CategoryID;

Completed in 101 milliseconds