Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp241 class CustomDiagInfo { class
286 CustomDiagInfo->getDescription(DiagID).GetDefaultSeverity()); in getDefaultMapping()
303 const auto &Diag = CustomDiagInfo->getDescription(DiagID); in initCustomDiagMapping()
388 if (!CustomDiagInfo) in getCustomDiagID()
389 CustomDiagInfo.reset(new diag::CustomDiagInfo()); in getCustomDiagID()
390 return CustomDiagInfo->getOrCreateDiagID(Diag); in getCustomDiagID()
396 : CustomDiagInfo->getDescription(DiagID).GetClass() != CLASS_ERROR; in isWarningOrExtension()
429 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in getDescription()
430 return CustomDiagInfo->getDescription(DiagID).GetDescription(); in getDescription()
514 if ((!IsCustomDiag || CustomDiagInfo->getDescription(DiagID).GetGroup()) && in getDiagnosticSeverity()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h69 class CustomDiagInfo; variable
262 std::unique_ptr<diag::CustomDiagInfo> CustomDiagInfo;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11469 …iagIDENS_13DiagnosticIDs5LevelEN4llvm9StringRefERS2_", "clang::diag::CustomDiagInfo::getOrCreateDi…