Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp33 std::unique_ptr<CompilerInvocation> clang::createInvocationFromCommandLine( in createInvocationFromCommandLine() function in clang
H A DASTUnit.cpp1724 CI = createInvocationFromCommandLine( in LoadFromCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h197 std::unique_ptr<CompilerInvocation> createInvocationFromCommandLine(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp618 clang::createInvocationFromCommandLine(compiler_invocation_argument_cstrs, in Create()