Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp340 std::vector<const char *> CompArgs; in indextest_core_main() local
343 CompArgs = std::vector<const char *>(DoubleDash + 1, argv + argc); in indextest_core_main()
360 if (CompArgs.empty()) { in indextest_core_main()
364 return printSourceSymbols(Executable.c_str(), CompArgs, in indextest_core_main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp246 std::vector<std::string> CompArgs) in CustomCompiler() argument
247 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler()