Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Args

116   std::vector<std::string> Args;
117 Args.push_back("clang-tool");
118 Args.push_back("-fsyntax-only");
119 Args.insert(Args.end(), ExtraArgs.begin(), ExtraArgs.end());
120 Args.push_back(FileName.str());
121 return Args;
125 const std::vector<std::string> &Args,
131 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction,
406 const std::vector<std::string> &Args,
413 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action,