Searched refs:CustomDiagInfo (Results 1 – 2 of 2) sorted by relevance
254 class CustomDiagInfo { class299 DiagnosticIDs::DiagnosticIDs() { CustomDiagInfo = nullptr; } in DiagnosticIDs()302 delete CustomDiagInfo; in ~DiagnosticIDs()312 if (!CustomDiagInfo) in getCustomDiagID()313 CustomDiagInfo = new diag::CustomDiagInfo(); in getCustomDiagID()314 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()362 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in getDescription()363 return CustomDiagInfo->getDescription(DiagID); in getDescription()390 assert(CustomDiagInfo && "Invalid CustomDiagInfo"); in getDiagnosticLevel()391 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel()[all …]
43 class CustomDiagInfo; variable125 diag::CustomDiagInfo *CustomDiagInfo;