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 95 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 376 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
429 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
430 return D.getPathDiagnosticConsumers();

Completed in 45 milliseconds