Lines Matching full:anyof
160 return anyOf(Matcher, hasDescendant(Matcher)); in findFirst()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon573f00020b02()
258 anyOf(equalsNode(Dec), in tryEachDeclRef()
280 anyOf( in isUnevaluated()
286 hasAncestor(expr(anyOf( in isUnevaluated()
341 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()
348 const auto AsNonConstThis = expr(anyOf( in findDirectMutation()
365 callExpr(callee(expr(anyOf( in findDirectMutation()
403 anyOf(canResolveToExpr(Exp), in findDirectMutation()
409 anyOf(callExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
447 findFirst(stmt(anyOf(AsAssignmentLhs, AsIncDecOperand, AsNonConstThis, in findDirectMutation()
461 findAll(expr(anyOf(memberExpr(hasObjectExpression(canResolveToExpr(Exp))), in findMemberMutation()
476 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
501 anyOf(explicitCastExpr(hasDestinationType( in findCastMutation()
533 varDecl(anyOf(hasType(nonConstReferenceType()), in findRangeLoopMutation()
553 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
604 hasInitializer(anyOf( in findReferenceMutation()
628 expr(anyOf(callExpr(NonConstRefParam, IsInstantiated, FuncDecl, in findFunctionArgMutation()