Searched refs:getPathDiagnosticConsumers (Results 1 – 3 of 3) sorted by relevance
94 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers() function
573 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;611 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { in getPathDiagnosticConsumers() function612 return D.getPathDiagnosticConsumers(); in getPathDiagnosticConsumers()
3114 ArrayRef<PathDiagnosticConsumer*> Consumers = getPathDiagnosticConsumers(); in FlushReport()