Lines Matching refs:unless

165       referenceType(pointee(unless(isConstQualified()))));  in __anoneb3ed5790902()
170 pointerType(pointee(unless(isConstQualified())))); in __anoneb3ed5790a02()
175 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anoneb3ed5790b02()
176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anoneb3ed5790b02()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anoneb3ed5790b02()
178 unless(isDeleted()))), in __anoneb3ed5790b02()
180 unless(isDeleted())))))); in __anoneb3ed5790b02()
275 hasAncestor(typeLoc(unless( in isUnevaluated()
280 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
286 unless(isPotentiallyEvaluated())), in isUnevaluated()
334 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
337 cxxMemberCallExpr(on(canResolveToExpr(Exp)), unless(isConstCallee())), in findDirectMutation()
371 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()
375 unless(hasParent(arraySubscriptExpr())), has(canResolveToExpr(Exp))); in findDirectMutation()
394 const auto NotInstantiated = unless(hasDeclaration(isInstantiated())); in findDirectMutation()
539 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
540 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
541 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
542 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
595 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
613 unless(callee(namedDecl(hasAnyName( in findFunctionArgMutation()