Lines Matching refs:hasArgument
72 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()
94 hasArgument(0, hasNulloptType())); in isOptionalNulloptConstructor()
99 hasArgument(0, hasType(inPlaceClass()))); in isOptionalInPlaceConstructor()
107 argumentCountIs(1), hasArgument(0, unless(hasNulloptType()))); in isOptionalValueOrConversionConstructor()
116 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
123 hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment()
128 argumentCountIs(2), hasArgument(0, hasOptionalType()), in isStdSwapCall()
129 hasArgument(1, hasOptionalType())); in isStdSwapCall()
142 hasArgument(0, stringLiteral(hasSize(0)))) in isValueOrStringEmptyCall()
153 hasArgument(0, Arg)) in isValueOrNotEqX()
541 unless(hasArgument(0, expr(hasOptionalType()))))))); in ignorableOptional()