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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.h40 CXDiagnosticImpl *getDiagnostic(unsigned i) const { function in class:clang::CXDiagnosticSetImpl
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h92 const PartialDiagnostic &getDiagnostic() const { function in class:clang::DependentDiagnostic
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h378 virtual DiagnosticsEngine& getDiagnostic() = 0;
428 DiagnosticsEngine& getDiagnostic() { function in class:clang::ento::BugReporter
429 return D.getDiagnostic();

Completed in 91 milliseconds