Searched refs:hasLoopInit (Results 1 – 11 of 11) sorted by relevance
156 forStmt(eachOf(hasLoopInit(MatchedCallExpr), in registerMatchers()
75 forStmt(hasLoopInit(declStmt(forEach(varDecl().bind("loopVar"))))), in registerMatchers()
236 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl()))))243 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(259 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(278 forStmt(hasLoopInit(declStmt(hasSingleDecl(varDecl(487 forStmt(hasLoopInit(declStmt(
114 hasLoopInit(declStmt(hasSingleDecl(initToZeroMatcher()))), in makeArrayLoopMatcher()199 hasLoopInit(anyOf(declStmt(declCountIs(2), in makeIteratorLoopMatcher()287 hasLoopInit( in makePseudoArrayLoopMatcher()
132 hasLoopInit(LoopVarInit), in addMatcher()
104 forStmt(hasLoopInit(declStmt(hasSingleDecl(
2033 forStmt(hasLoopInit(anything())))); in TEST()2048 forStmt(hasLoopInit(anything())))); in TEST()
146 hasLoopInit( in forLoopMatcher()
327 REGISTER_MATCHER(hasLoopInit); in RegistryMaps()
1341 hasLoopInit(declStmt(hasSingleDecl( in TEST_F()
2115 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>, in AST_MATCHER_P() argument