Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp610 std::vector<const char *> compiler_invocation_argument_cstrs; in Create() local
611 compiler_invocation_argument_cstrs.reserve( in Create()
614 compiler_invocation_argument_cstrs.push_back(arg.c_str()); in Create()
618 clang::createInvocationFromCommandLine(compiler_invocation_argument_cstrs, in Create()