Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DCommandLineArgs.h38 std::vector<std::string> getCC1ArgsForTesting(TestLanguage Lang);
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DCommandLineArgs.cpp55 std::vector<std::string> getCC1ArgsForTesting(TestLanguage Lang) { in getCC1ArgsForTesting() function
H A DTestAST.cpp91 std::vector<std::string> LangArgs = getCC1ArgsForTesting(In.Language); in TestAST()