Home
last modified time | relevance | path

Searched refs:canResolveToExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 AST_MATCHER_P(Stmt, canResolveToExpr, const Stmt *, Inner) { in AST_MATCHER_P() argument
270 stmt(canResolveToExpr(Exp), in isUnevaluated()
330 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
372 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
391 anyOf(canResolveToExpr(Exp), in findDirectMutation()
413 initListExpr(hasAnyInit(expr(canResolveToExpr(Exp))))); in findDirectMutation()
427 returnStmt(hasReturnValue(canResolveToExpr(Exp))); in findDirectMutation()
463 anyOf(hasBase(canResolveToExpr(Exp)), in findArrayElementMutation()
565 hasRangeInit(canResolveToExpr(Exp)))), in findRangeLoopMutation()
590 canResolveToExpr(Exp), in findReferenceMutation()
[all …]