Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticError.h27 PartialDiagnosticAt &getDiagnostic() { return Diag; } in getDiagnostic() function
28 const PartialDiagnosticAt &getDiagnostic() const { return Diag; } in getDiagnostic() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDependentDiagnostic.h94 const PartialDiagnostic &getDiagnostic() const { in getDiagnostic() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h944 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function