Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4072 const StringRef CustomDiag = S.getValueAsString("CustomDiag"); in CalculateDiagnostic() local
4073 if (!CustomDiag.empty()) in CalculateDiagnostic()
4074 return ("\"" + Twine(CustomDiag) + "\"").str(); in CalculateDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td395 string CustomDiag = customDiag;