Searched refs:MatchedLoop (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | TransformerTest.cpp | 1269 auto MatchedLoop = forStmt( in TEST_F() local 1286 testRule(makeRule(traverse(TK_IgnoreUnlessSpelledInSource, MatchedLoop), in TEST_F() 1290 testRuleFailure(makeRule(traverse(TK_AsIs, MatchedLoop), RewriteRule), in TEST_F() 1340 auto MatchedLoop = forStmt( in TEST_F() local 1357 testRule(makeRule(traverse(TK_IgnoreUnlessSpelledInSource, MatchedLoop), in TEST_F() 1361 testRuleFailure(makeRule(traverse(TK_AsIs, MatchedLoop), RewriteRule), in TEST_F()
|