Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticError.h26 PartialDiagnosticAt &getDiagnostic() { return Diag; } in getDiagnostic() function
27 const PartialDiagnosticAt &getDiagnostic() const { return Diag; } in getDiagnostic() function
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.h40 CXDiagnosticImpl *getDiagnostic(unsigned i) const { in getDiagnostic() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependentDiagnostic.h94 const PartialDiagnostic &getDiagnostic() const { in getDiagnostic() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h939 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function