Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h378 virtual DiagnosticsEngine& getDiagnostic() = 0;
428 DiagnosticsEngine& getDiagnostic() {
429 return D.getDiagnostic();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 DiagnosticsEngine &getDiagnostic() override { in getDiagnostic() function
/external/clang/tools/libclang/
DCIndexDiagnostic.h40 CXDiagnosticImpl *getDiagnostic(unsigned i) const { in getDiagnostic() function
DCIndexDiagnostic.cpp236 return Diags->getDiagnostic(Index); in clang_getDiagnostic()
465 return D->getDiagnostic(Index); in clang_getDiagnosticInSet()
/external/clang/include/clang/AST/
DDependentDiagnostic.h92 const PartialDiagnostic &getDiagnostic() const { in getDiagnostic() function
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h571 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function
/external/clang/lib/Sema/
DSemaAccess.cpp1518 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()
1526 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h900 const SMDiagnostic &getDiagnostic() const { return Diagnostic; }