Searched refs:getPathDiagnosticConsumers (Results 1 – 3 of 3) sorted by relevance
379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {433 return D.getPathDiagnosticConsumers();
98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers() function
3383 for (PathDiagnosticConsumer *PDC : getPathDiagnosticConsumers()) { in FlushReport()