Lines Matching refs:Args
70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() argument
79 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args)) in PrintedStmtMatches()
103 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local
104 Args.push_back("-std=c++98"); in PrintedStmtCXX98Matches()
105 Args.push_back("-Wno-unused-value"); in PrintedStmtCXX98Matches()
106 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX98Matches()
113 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local
114 Args.push_back("-std=c++98"); in PrintedStmtCXX98Matches()
115 Args.push_back("-Wno-unused-value"); in PrintedStmtCXX98Matches()
117 Args, in PrintedStmtCXX98Matches()
126 std::vector<std::string> Args; in PrintedStmtCXX11Matches() local
127 Args.push_back("-std=c++11"); in PrintedStmtCXX11Matches()
128 Args.push_back("-Wno-unused-value"); in PrintedStmtCXX11Matches()
129 return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted); in PrintedStmtCXX11Matches()
136 std::vector<std::string> Args; in PrintedStmtMSMatches() local
137 Args.push_back("-target"); in PrintedStmtMSMatches()
138 Args.push_back("i686-pc-win32"); in PrintedStmtMSMatches()
139 Args.push_back("-std=c++98"); in PrintedStmtMSMatches()
140 Args.push_back("-fms-extensions"); in PrintedStmtMSMatches()
141 Args.push_back("-Wno-unused-value"); in PrintedStmtMSMatches()
143 Args, in PrintedStmtMSMatches()