Lines Matching refs:canResolveToExpr

105 AST_MATCHER_P(Stmt, canResolveToExpr, const Stmt *, Inner) {  in AST_MATCHER_P()  argument
270 stmt(canResolveToExpr(Exp), in isUnevaluated()
325 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
330 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
337 cxxMemberCallExpr(on(canResolveToExpr(Exp)), unless(isConstCallee())), in findDirectMutation()
339 hasArgument(0, canResolveToExpr(Exp))), in findDirectMutation()
345 hasEitherOperand(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
349 cxxFoldExpr(hasFoldInit(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
354 unresolvedMemberExpr(hasObjectExpression(canResolveToExpr(Exp))), in findDirectMutation()
356 hasObjectExpression(canResolveToExpr(Exp))))))), in findDirectMutation()
362 hasObjectExpression(canResolveToExpr(Exp)))))))); in findDirectMutation()
372 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
375 unless(hasParent(arraySubscriptExpr())), has(canResolveToExpr(Exp))); in findDirectMutation()
383 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
391 anyOf(canResolveToExpr(Exp), in findDirectMutation()
392 memberExpr(hasObjectExpression(canResolveToExpr(Exp)))), in findDirectMutation()
403 callExpr(TypeDependentCallee, hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
404 cxxUnresolvedConstructExpr(hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
410 parenListExpr(hasDescendant(expr(canResolveToExpr(Exp)))), in findDirectMutation()
413 initListExpr(hasAnyInit(expr(canResolveToExpr(Exp))))); in findDirectMutation()
427 returnStmt(hasReturnValue(canResolveToExpr(Exp))); in findDirectMutation()
431 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
449 findAll(expr(anyOf(memberExpr(hasObjectExpression(canResolveToExpr(Exp))), in findMemberMutation()
451 hasObjectExpression(canResolveToExpr(Exp))), in findMemberMutation()
463 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
466 hasSourceExpression(canResolveToExpr(Exp))))))) in findArrayElementMutation()
476 match(findFirst(stmt(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
487 findAll(expr(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
501 hasArgument(0, canResolveToExpr(Exp))) in findCastMutation()
523 hasRangeInit(canResolveToExpr(Exp)))) in findRangeLoopMutation()
551 hasRangeInit(canResolveToExpr(Exp))))) in findRangeLoopMutation()
565 hasRangeInit(canResolveToExpr(Exp)))), in findRangeLoopMutation()
579 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
590 canResolveToExpr(Exp), in findReferenceMutation()
591 memberExpr(hasObjectExpression(canResolveToExpr(Exp))))), in findReferenceMutation()
604 canResolveToExpr(Exp), in findFunctionArgMutation()