Lines Matching refs:Args
70 const std::vector<std::string> &Args,
79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
102 std::vector<std::string> Args(1, "-std=c++98");
104 Args,
114 std::vector<std::string> Args(1, "-std=c++98");
116 Args,
125 std::vector<std::string> Args(1, "-std=c++11");
127 Args,
137 std::vector<std::string> Args(1, "-std=c++11");
139 Args,
149 std::vector<std::string> Args(1, "");
151 Args,