Searched refs:createDiagnostics (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp56 createDiagnostics(unsigned int argc, char **argv) { function
76 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts());
104 IntrusiveRefCntPtr<DiagnosticsEngine> Diags = createDiagnostics(argc, argv);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp34 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions);
H A DCompilerInstance.cpp328 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, function in class:CompilerInstance
330 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client,
335 CompilerInstance::createDiagnostics(DiagnosticOptions *Opts, function in class:CompilerInstance
1118 Instance.createDiagnostics(new ForwardingDiagnosticConsumer(
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp81 Instance.createDiagnostics(
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp230 Clang->createDiagnostics();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp144 Compiler.createDiagnostics(&DiagnosticPrinter, false);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h606 void createDiagnostics(DiagnosticConsumer *Client = nullptr,
628 createDiagnostics(DiagnosticOptions *Opts,
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp222 Diags(CompilerInstance::createDiagnostics(new DiagnosticOptions));
270 CompilerInstance::createDiagnostics(new DiagnosticOptions());
/netbsd-current/external/mit/isl/dist/interface/
H A Dextract_interface.cc357 Clang->createDiagnostics(0, NULL, construct_printer());
364 Clang->createDiagnostics(construct_printer());
H A Dconfigure20343 Clang->createDiagnostics(client);
/netbsd-current/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp199 Clang.createDiagnostics();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp71 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp90 Clang->createDiagnostics();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp394 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false);
586 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp248 Instance.createDiagnostics(
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp167 Ins->createDiagnostics(DC.release(), ShouldOwnClient);
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp484 Diags(CompilerInstance::createDiagnostics(new DiagnosticOptions,
H A DCIndex.cpp3515 CompilerInstance::createDiagnostics(new DiagnosticOptions());
3586 CompilerInstance::createDiagnostics(new DiagnosticOptions));

Completed in 490 milliseconds