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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 91 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 375 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
433 return D.getPathDiagnosticConsumers();

Completed in 818 milliseconds