Home
last modified time | relevance | path

Searched refs:DiagPre (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp795 #define DIAG_COMPAT_ID(Value, Name, Std, Diag, DiagPre) \ in getCXXCompatDiagId() argument
796 {Std == 98 ? 1998 : 2000 + Std, diag::Diag, diag::DiagPre}, in getCXXCompatDiagId()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td162 string DiagPre = diag_pre;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1545 StringRef DiagPre = R.getValueAsString("DiagPre"); in EmitClangDiagsCompatIDs() local
1563 OS << CompatDiagName << "," << CXXStdVer << "," << Diag << "," << DiagPre; in EmitClangDiagsCompatIDs()