Home
last modified time | relevance | path

Searched refs:getDiagnostic (Results 1 – 7 of 7) 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.h487 const SMDiagnostic &getDiagnostic() const { return Diagnostic; } in getDiagnostic() function
/external/clang/lib/Sema/
DSemaAccess.cpp1523 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()
1531 Entity.setDiag(DD.getDiagnostic()); in HandleDependentAccessCheck()