Searched refs:DiagConsumer (Results 1 – 2 of 2) sorted by relevance
172 DiagConsumer(NULL) {} in ToolInvocation()180 DiagConsumer(NULL) {} in ToolInvocation()188 DiagConsumer = D; in setDiagnosticConsumer()207 DiagConsumer ? DiagConsumer : &DiagnosticPrinter, false); in run()244 return Action->runInvocation(Invocation, Files, DiagConsumer); in runInvocation()249 DiagnosticConsumer *DiagConsumer) { in runInvocation() argument261 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()275 : Files(new FileManager(FileSystemOptions())), DiagConsumer(NULL) { in ClangTool()300 DiagConsumer = D; in setDiagnosticConsumer()358 Invocation.setDiagnosticConsumer(DiagConsumer); in run()[all …]
68 DiagnosticConsumer *DiagConsumer) = 0;83 DiagnosticConsumer *DiagConsumer);203 void setDiagnosticConsumer(DiagnosticConsumer *DiagConsumer);229 DiagnosticConsumer *DiagConsumer; variable253 void setDiagnosticConsumer(DiagnosticConsumer *DiagConsumer);302 DiagnosticConsumer *DiagConsumer; variable