Searched refs:StdVer (Results 1 – 1 of 1) sorted by relevance
66 case StdVer::CXX98: StdOpt = "-std=c++98"; break; in PrintedStmtCXXMatches()67 case StdVer::CXX11: StdOpt = "-std=c++11"; break; in PrintedStmtCXXMatches()68 case StdVer::CXX14: StdOpt = "-std=c++14"; break; in PrintedStmtCXXMatches()69 case StdVer::CXX17: StdOpt = "-std=c++17"; break; in PrintedStmtCXXMatches()70 case StdVer::CXX20: in PrintedStmtCXXMatches()114 ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX98, in TEST()144 ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX98, in TEST()152 ASSERT_TRUE(PrintedStmtCXXMatches(StdVer::CXX11, in TEST()165 PrintedStmtCXXMatches(StdVer::CXX20, in TEST()182 StdVer::CXX98, in TEST()[all …]