Searched refs:declRefExpr (Results 1 – 10 of 10) sorted by relevance
86 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()98 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()101 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()107 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()116 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()117 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()124 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()148 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()156 hasUnaryOperand(declRefExpr( in forLoopMatcher()
1083 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
68 auto UnorderedContainerM = declRefExpr(to(varDecl(hasType( in matchUnorderedIterWithPointers()
178 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
364 hasUnaryOperand(declRefExpr())))373 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger())))))))382 hasUnaryOperand(declRefExpr(to(408 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))),445 hasLHS(ignoringParenImpCasts(declRefExpr(489 hasUnaryOperand(declRefExpr(493 hasLHS(ignoringParenImpCasts(declRefExpr(
187 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()361 hasRangeInit(declRefExpr(allOf(canResolveToExpr(equalsNode(Exp)), in findDirectMutation()
215 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
876 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
2026 declRefExpr;