Home
last modified time | relevance | path

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

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