Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp667 std::vector<const char *> compiler_invocation_argument_cstrs; in Create() local
668 compiler_invocation_argument_cstrs.reserve( in Create()
671 compiler_invocation_argument_cstrs.push_back(arg.c_str()); in Create()
679 clang::createInvocationFromCommandLine(compiler_invocation_argument_cstrs, in Create()