Home
last modified time | relevance | path

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

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