Home
last modified time | relevance | path

Searched refs:CreateFromArgs (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp124 if (!CompilerInvocation::CreateFromArgs(CI, Args, *Diags)) in checkForMigration()
162 if (!CompilerInvocation::CreateFromArgs(origCI, Args, *TopDiags)) in performTransformations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp96 if (!CompilerInvocation::CreateFromArgs(*CI, CCArgs, *Diags, Args[0]) && in createInvocationFromCommandLine()
H A DCompilerInvocation.cpp4448 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation, in CreateFromArgs() function in CompilerInvocation
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp169 static bool CreateFromArgs(AssemblerInvocation &Res,
176 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs() function in AssemblerInvocation
584 if (!AssemblerInvocation::CreateFromArgs(Asm, Argv, Diags)) in cc1as_main()
H A Dcc1_main.cpp212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags); in create_from_args()
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1, in create_from_args()
H A Disl_config.h.in24 /* Define if CompilerInvocation::CreateFromArgs takes ArrayRef */
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp139 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, Diagnostics); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h202 static bool CreateFromArgs(CompilerInvocation &Res,
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp183 CompilerInvocation::CreateFromArgs(*CI, CCArgs, Diags); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp79 bool Success = CompilerInvocation::CreateFromArgs( in CreateCI()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp174 CompilerInvocation::CreateFromArgs(*Inv, ClangArgv, Ins->getDiagnostics()); in BuildCompilerInstance()
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4109 [Define if CompilerInvocation::CreateFromArgs takes
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp149 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics, in newInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst602 driver arguments and also in the ``CompilerInvocation::CreateFromArgs`` function