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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 45 class CustomDiagInfo;
120 /// CustomDiagInfo - Information for uniquing and looking up custom diags.
121 diag::CustomDiagInfo *CustomDiagInfo;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 239 class CustomDiagInfo {
285 CustomDiagInfo = 0;
289 delete CustomDiagInfo;
296 if (CustomDiagInfo == 0)
297 CustomDiagInfo = new diag::CustomDiagInfo();
298 return CustomDiagInfo->getOrCreateDiagID(L, Message, *this);
346 return CustomDiagInfo->getDescription(DiagID);
357 return CustomDiagInfo->getLevel(DiagID);
591 DiagLevel = CustomDiagInfo->getLevel(DiagID)
    [all...]

Completed in 52 milliseconds