Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Testing/
H A DCommandLineArgs.h35 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang);
H A DTestClangConfig.h66 std::vector<std::string> Result = getCommandLineArgsForTesting(Language); in getCommandLineArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Testing/
H A DCommandLineArgs.cpp14 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { in getCommandLineArgsForTesting() function