Lines Matching refs:unless
49 referenceType(pointee(unless(isConstQualified())))); in __anond759b8d20202()
54 pointerType(pointee(unless(isConstQualified())))); in __anond759b8d20302()
59 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anond759b8d20402()
60 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anond759b8d20402()
61 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anond759b8d20402()
62 unless(isDeleted()))), in __anond759b8d20402()
64 unless(isDeleted())))))); in __anond759b8d20402()
151 hasAncestor(typeLoc(unless( in isUnevaluated()
156 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
162 unless(isPotentiallyEvaluated())), in isUnevaluated()
206 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
223 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()
227 unless(hasParent(arraySubscriptExpr())), has(equalsNode(Exp))); in findDirectMutation()
244 const auto NotInstantiated = unless(hasDeclaration(isInstantiated())); in findDirectMutation()
358 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
373 unless(callee(namedDecl(hasAnyName( in findFunctionArgMutation()