Searched refs:hasLoopVariable (Results 1 – 8 of 8) sorted by relevance
52 cxxForRangeStmt(hasLoopVariable( in registerMatchers()
58 cxxForRangeStmt(hasLoopVariable(LoopVar.bind("loopVar"))) in registerMatchers()
75 hasLoopVariable(PointerTypeM), in matchUnorderedIterWithPointers()
46 cxxForRangeStmt(hasLoopVariable(varDecl().bind(BadDecl))))))), in registerMatchers()
460 hasLoopVariable( in findRangeLoopMutation()505 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
328 REGISTER_MATCHER(hasLoopVariable); in RegistryMaps()
2038 cxxForRangeStmt(hasLoopVariable(anything())))); in TEST()3153 cxxForRangeStmt(hasLoopVariable(varDecl(hasName("i"))), in TEST()3332 hasLoopVariable(varDecl(hasName("i"))), in TEST()3345 hasLoopVariable(varDecl(hasName("i"))), in TEST()
2139 AST_MATCHER_P(CXXForRangeStmt, hasLoopVariable, internal::Matcher<VarDecl>, in AST_MATCHER_P() argument