Lines Matching refs:getDescription
102 StringRef getDescription() const { in getDescription() function
249 const CustomDiagDesc &getDescription(unsigned DiagID) const { in getDescription() function in clang::diag::CustomDiagInfo
286 CustomDiagInfo->getDescription(DiagID).GetDefaultSeverity()); in getDefaultMapping()
303 const auto &Diag = CustomDiagInfo->getDescription(DiagID); in initCustomDiagMapping()
396 : CustomDiagInfo->getDescription(DiagID).GetClass() != CLASS_ERROR; in isWarningOrExtension()
426 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { in getDescription() function in DiagnosticIDs
428 return Info->getDescription(); in getDescription()
430 return CustomDiagInfo->getDescription(DiagID).GetDescription(); in getDescription()
514 if ((!IsCustomDiag || CustomDiagInfo->getDescription(DiagID).GetGroup()) && in getDiagnosticSeverity()
553 CustomDiagInfo->getDescription(DiagID).ShouldShowInSystemHeader(); in getDiagnosticSeverity()
580 return Class(CustomDiagInfo->getDescription(DiagID).GetClass()); in getDiagClass()
632 return CustomDiagInfo->getDescription(DiagID).GetGroup(); in getGroupForDiag()