Searched refs:CustomDiagInfo (Results 1 – 3 of 3) sorted by relevance
241 class CustomDiagInfo { class286 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 …]
69 class CustomDiagInfo; variable262 std::unique_ptr<diag::CustomDiagInfo> CustomDiagInfo;
11469 …iagIDENS_13DiagnosticIDs5LevelEN4llvm9StringRefERS2_", "clang::diag::CustomDiagInfo::getOrCreateDi…