Home
last modified time | relevance | path

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

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