Searched refs:CreateFromArgs (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp96 if (!CompilerInvocation::CreateFromArgs(*CI, CCArgs, *Diags, Args[0]) &&
H A DCompilerInvocation.cpp3740 // subsequent calls to `CreateFromArgs`/`generateCC1CommandLine` will always
4448 bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Invocation,
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp207 // Setup round-trip remarks for the DiagnosticsEngine used in CreateFromArgs.
212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(),
H A Dcc1as_main.cpp169 static bool CreateFromArgs(AssemblerInvocation &Res,
176 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, function in class:AssemblerInvocation
584 if (!AssemblerInvocation::CreateFromArgs(Asm, Argv, Diags))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp139 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, Diagnostics);
/netbsd-current/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp124 if (!CompilerInvocation::CreateFromArgs(CI, Args, *Diags))
162 if (!CompilerInvocation::CreateFromArgs(origCI, Args, *TopDiags))
/netbsd-current/external/mit/isl/dist/interface/
H A Dextract_interface.cc221 /* Call CompilerInvocation::CreateFromArgs with the right arguments.
227 CompilerInvocation::CreateFromArgs(invocation, *args, Diags);
232 /* Call CompilerInvocation::CreateFromArgs with the right arguments.
238 CompilerInvocation::CreateFromArgs(invocation, args->data() + 1,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h202 static bool CreateFromArgs(CompilerInvocation &Res,
/netbsd-current/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp183 CompilerInvocation::CreateFromArgs(*CI, CCArgs, Diags);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp79 bool Success = CompilerInvocation::CreateFromArgs(
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp174 CompilerInvocation::CreateFromArgs(*Inv, ClangArgv, Ins->getDiagnostics());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp149 CompilerInvocation::CreateFromArgs(*Invocation, CC1Args, *Diagnostics,

Completed in 140 milliseconds