HomeSort by relevance Sort by last modified time
    Searched refs:getPathDiagnosticConsumer (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 284 virtual PathDiagnosticConsumer* getPathDiagnosticConsumer() = 0;
330 PathDiagnosticConsumer* getPathDiagnosticConsumer() {
331 return D.getPathDiagnosticConsumer();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 145 virtual PathDiagnosticConsumer *getPathDiagnosticConsumer() {
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 58 LangOpts(ParentAM.LangOpts), PD(ParentAM.getPathDiagnosticConsumer()),
BugReporter.cpp     [all...]

Completed in 39 milliseconds