Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:Args

77   std::vector<std::string> Args;
78 Args.push_back(CompileArg);
80 Args.push_back("-frtti");
81 Args.push_back("-fexceptions");
82 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, Filename,
177 std::vector<std::string> Args;
178 Args.push_back("-xcuda");
179 Args.push_back("-fno-ms-extensions");
180 Args.push_back("--cuda-host-only");
181 Args.push_back("-nocudainc");
182 Args.push_back(CompileArg);
184 CudaHeader + Code, Args)) {
228 std::vector<std::string> Args(1, "-std=gnu++98");
229 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) {
241 std::unique_ptr<ASTUnit> AST(buildASTFromCodeWithArgs(Code, Args));