Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Testing/
H A DCommandLineArgs.h37 std::vector<std::string> getCC1ArgsForTesting(TestLanguage Lang);
/llvm-project-15.0.7/clang/lib/Testing/
H A DCommandLineArgs.cpp51 std::vector<std::string> getCC1ArgsForTesting(TestLanguage Lang) { in getCC1ArgsForTesting() function
H A DTestAST.cpp89 std::vector<std::string> LangArgs = getCC1ArgsForTesting(In.Language); in TestAST()