Searched refs:getCommandLineArgsForTesting (Results 1 – 7 of 7) sorted by relevance
36 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang);
66 std::vector<std::string> Result = getCommandLineArgsForTesting(Language); in getCommandLineArgs()
14 std::vector<std::string> getCommandLineArgsForTesting(TestLanguage Lang) { in getCommandLineArgsForTesting() function
92 std::vector<std::string> Args = getCommandLineArgsForTesting(Lang_C99); in makeAST()111 Args = getCommandLineArgsForTesting(Lang_C99); in makeAST()
62 std::vector<std::string> Args = getCommandLineArgsForTesting(Lang); in getCommandLineArgsForLanguage()
28 std::vector<std::string> Args = getCommandLineArgsForTesting(Lang); in makeASTUnits()
148 Code, AMatcher, ExpectMatch, getCommandLineArgsForTesting(Lang), in matchesConditionally()