Searched refs:CommandLineArguments (Results 1 – 3 of 3) sorted by relevance
24 return [](const CommandLineArguments &Args) { in getClangSyntaxOnlyAdjuster()25 CommandLineArguments AdjustedArgs; in getClangSyntaxOnlyAdjuster()39 return [](const CommandLineArguments &Args) { in getClangStripOutputAdjuster()40 CommandLineArguments AdjustedArgs; in getClangStripOutputAdjuster()56 ArgumentsAdjuster getInsertArgumentAdjuster(const CommandLineArguments &Extra, in getInsertArgumentAdjuster()58 return [Extra, Pos](const CommandLineArguments &Args) { in getInsertArgumentAdjuster()59 CommandLineArguments Return(Args); in getInsertArgumentAdjuster()61 CommandLineArguments::iterator I; in getInsertArgumentAdjuster()76 return getInsertArgumentAdjuster(CommandLineArguments(1, Extra), Pos); in getInsertArgumentAdjuster()81 return [First, Second](const CommandLineArguments &Args) { in combineAdjusters()
28 typedef std::vector<std::string> CommandLineArguments; typedef34 typedef std::function<CommandLineArguments(const CommandLineArguments &)>49 ArgumentsAdjuster getInsertArgumentAdjuster(const CommandLineArguments &Extra,
274 [&Found, &Ran](const CommandLineArguments &Args) { in TEST()