Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp697 std::string search_path_argument = "-I"; in Create() local
698 search_path_argument.append(search_path.GetPath()); in Create()
700 compiler_invocation_arguments.push_back(search_path_argument); in Create()