Home
last modified time | relevance | path

Searched defs:getDiagnostic (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h27 PartialDiagnosticAt &getDiagnostic() { return Diag; } in getDiagnostic() function
28 const PartialDiagnosticAt &getDiagnostic() const { return Diag; } in getDiagnostic() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h944 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function