Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DCommandLineArgs.h37 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang);
H A DTestClangConfig.h72 std::vector<std::string> Result = getCommandLineArgsForTesting(Language); in getCommandLineArgs()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DCommandLineArgs.cpp15 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { in getCommandLineArgsForTesting() function