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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 142 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
148 Out << CategoryID;
154 CXString CategoryName = clang_getDiagnosticCategoryName(CategoryID);
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 183 static StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 269 /// category, an empty string if CategoryID is zero, or null if CategoryID is
271 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
272 if (CategoryID >= getNumberOfCategories())
274 return CategoryNameTable[CategoryID].getName();

Completed in 165 milliseconds