Lines Matching refs:Args
70 const std::vector<std::string> &Args,
80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
104 std::vector<std::string> Args(1, "-std=c++98");
106 Args,
116 std::vector<std::string> Args(1, "-std=c++98");
118 Args,
127 std::vector<std::string> Args(1, "-std=c++11");
129 Args,
139 std::vector<std::string> Args(1, "-std=c++11");
141 Args,
151 std::vector<std::string> Args(1, "-std=c++11");
152 Args.push_back("-fno-delayed-template-parsing");
154 Args,
163 std::vector<std::string> Args(1, "-std=c++1z");
165 Args,
175 std::vector<std::string> Args(1, "");
177 Args,