Searched refs:getDiagnostic (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h87 DiagnosticsEngine &getDiagnostic() override {
/external/clang/tools/libclang/
H A DCIndexDiagnostic.h39 CXDiagnosticImpl *getDiagnostic(unsigned i) const { function in class:clang::CXDiagnosticSetImpl
H A DCIndexDiagnostic.cpp237 return Diags->getDiagnostic(Index);
466 return D->getDiagnostic(Index);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h375 virtual DiagnosticsEngine& getDiagnostic() = 0;
425 DiagnosticsEngine& getDiagnostic() { function in class:clang::ento::BugReporter
426 return D.getDiagnostic();
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h92 const PartialDiagnostic &getDiagnostic() const { function in class:clang::DependentDiagnostic
/external/clang/lib/Sema/
H A DSemaAccess.cpp1518 Entity.setDiag(DD.getDiagnostic());
1526 Entity.setDiag(DD.getDiagnostic());

Completed in 213 milliseconds