Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp62 hasTrueExpression(ignoringParens(canResolveToExpr(InnerMatcher))), in AST_MATCHER_P()
202 expr(canResolveToExpr(equalsNode(Exp)), in isUnevaluated()
266 on(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
274 allOf(ignoringImpCasts(canResolveToExpr(equalsNode(Exp))), in findDirectMutation()
281 canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
303 has(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
319 anyOf(canResolveToExpr(equalsNode(Exp)), in findDirectMutation()
332 hasAnyArgument(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
334 hasAnyArgument(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
495 hasRangeInit(canResolveToExpr(equalsNode(Exp))))), in findRangeLoopMutation()
[all …]