Home
last modified time | relevance | path

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

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