Searched defs:getPathDiagnosticConsumers (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { function in class:clang::ento::BugReporter
433 return D.getPathDiagnosticConsumers();

Completed in 67 milliseconds