Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp361 class CustomDiagInfo { class
417 if (!CustomDiagInfo) in getCustomDiagID()
418 CustomDiagInfo.reset(new diag::CustomDiagInfo()); in getCustomDiagID()
419 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
467 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in getDescription()
468 return CustomDiagInfo->getDescription(DiagID); in getDescription()
495 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in getDiagnosticLevel()
496 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()
848 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in isUnrecoverable()
850 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticIDs.h62 class CustomDiagInfo; variable
175 std::unique_ptr<diag::CustomDiagInfo> CustomDiagInfo;