Home
last modified time | relevance | path

Searched refs:DiagConsumer (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
DTooling.h74 DiagnosticConsumer *DiagConsumer) = 0;
90 DiagnosticConsumer *DiagConsumer) override;
243 void setDiagnosticConsumer(DiagnosticConsumer *DiagConsumer) { in setDiagnosticConsumer() argument
244 this->DiagConsumer = DiagConsumer; in setDiagnosticConsumer()
274 DiagnosticConsumer *DiagConsumer; variable
302 void setDiagnosticConsumer(DiagnosticConsumer *DiagConsumer) { in setDiagnosticConsumer() argument
303 this->DiagConsumer = DiagConsumer; in setDiagnosticConsumer()
349 DiagnosticConsumer *DiagConsumer; variable
/external/clang/lib/Tooling/
DTooling.cpp216 DiagConsumer(nullptr) {} in ToolInvocation()
224 DiagConsumer(nullptr) {} in ToolInvocation()
247 DiagConsumer ? DiagConsumer : &DiagnosticPrinter, false); in run()
286 DiagConsumer); in runInvocation()
292 DiagnosticConsumer *DiagConsumer) { in runInvocation() argument
304 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
324 DiagConsumer(nullptr) { in ClangTool()
444 Invocation.setDiagnosticConsumer(DiagConsumer); in run()
471 DiagnosticConsumer *DiagConsumer) override { in runInvocation() argument
475 DiagConsumer, in runInvocation()