Home
last modified time | relevance | path

Searched refs:CustomDiagInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DDiagnosticIDs.cpp240 class CustomDiagInfo { class
286 CustomDiagInfo = 0; in DiagnosticIDs()
290 delete CustomDiagInfo; in ~DiagnosticIDs()
297 if (CustomDiagInfo == 0) in getCustomDiagID()
298 CustomDiagInfo = new diag::CustomDiagInfo(); in getCustomDiagID()
299 return CustomDiagInfo->getOrCreateDiagID(L, Message, *this); in getCustomDiagID()
347 return CustomDiagInfo->getDescription(DiagID); in getDescription()
358 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()
667 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
/external/clang/include/clang/Basic/
DDiagnosticIDs.h47 class CustomDiagInfo; variable
123 diag::CustomDiagInfo *CustomDiagInfo;