Lines Matching refs:findAll
191 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
205 findAll( in isUnevaluated()
370 findAll(stmt(anyOf(AsAssignmentLhs, AsIncDecOperand, in findDirectMutation()
383 match(findAll(expr(anyOf(memberExpr(hasObjectExpression( in findMemberMutation()
395 match(findAll(arraySubscriptExpr( in findArrayElementMutation()
410 findAll( in findCastMutation()
422 findAll( in findCastMutation()
435 match(findAll(callExpr(callee(namedDecl( in findCastMutation()
453 findAll(stmt(cxxForRangeStmt( in findRangeLoopMutation()
483 match(findAll(stmt(cxxForRangeStmt(allOf( in findRangeLoopMutation()
496 match(findAll(cxxForRangeStmt( in findRangeLoopMutation()
509 match(findAll(cxxOperatorCallExpr( in findReferenceMutation()
547 findAll( in findFunctionArgMutation()