Home
last modified time | relevance | path

Searched refs:createInvocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp30 clang::createInvocation(ArrayRef<const char *> ArgList, in createInvocation() function in clang
H A DASTUnit.cpp1792 CI = createInvocation(llvm::ArrayRef(ArgBegin, ArgEnd), std::move(CIOpts)); in LoadFromCommandLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp721 clang::createInvocation(compiler_invocation_argument_cstrs, in Create()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2207 compiler.setInvocation(clang::createInvocation(clang_args)); in DoExecute()