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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 145 virtual PathDiagnosticConsumer *getPathDiagnosticConsumer() {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 284 virtual PathDiagnosticConsumer* getPathDiagnosticConsumer() = 0;
330 PathDiagnosticConsumer* getPathDiagnosticConsumer() {
331 return D.getPathDiagnosticConsumer();

Completed in 26 milliseconds