Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp67 hasTrueExpression(ignoringParens(canResolveToExpr(InnerMatcher))), in AST_MATCHER_P()
208 stmt(canResolveToExpr(equalsNode(Exp)), in isUnevaluated()
276 on(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
284 allOf(ignoringImpCasts(canResolveToExpr(equalsNode(Exp))), in findDirectMutation()
291 canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
313 has(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
329 anyOf(canResolveToExpr(equalsNode(Exp)), in findDirectMutation()
342 hasAnyArgument(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
344 hasAnyArgument(canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
507 hasRangeInit(canResolveToExpr(equalsNode(Exp))))), in findRangeLoopMutation()
[all …]