Home | History | Annotate | Download | only in AST

Lines Matching refs:Args

69                                         const std::vector<std::string> &Args,
78 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args))
102 std::vector<std::string> Args;
103 Args.push_back("-std=c++98");
104 Args.push_back("-Wno-unused-value");
106 Args,
116 std::vector<std::string> Args;
117 Args.push_back("-std=c++98");
118 Args.push_back("-fms-extensions");
119 Args.push_back("-Wno-unused-value");
121 Args,