Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dcore_main.cpp206 std::vector<const char *> CompArgs; in indextest_core_main() local
209 CompArgs = std::vector<const char *>(DoubleDash + 1, argv + argc); in indextest_core_main()
222 if (CompArgs.empty()) { in indextest_core_main()
226 return printSourceSymbols(CompArgs); in indextest_core_main()
/external/llvm/tools/bugpoint/
DToolRunner.cpp277 std::vector<std::string> CompArgs) in CustomCompiler() argument
278 : CompilerCommand(CompilerCmd), CompilerArgs(std::move(CompArgs)) {} in CustomCompiler()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp264 const std::string &CompilerCmd, std::vector<std::string> CompArgs) : in CustomCompiler() argument
265 CompilerCommand(CompilerCmd), CompilerArgs(CompArgs) {} in CustomCompiler()