Searched refs:declRefExpr (Results 1 – 8 of 8) sorted by relevance
87 hasEitherOperand(ignoringParenImpCasts(declRefExpr( in simpleCondition()99 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()102 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()108 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()117 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()118 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()125 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()149 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()157 hasUnaryOperand(declRefExpr( in forLoopMatcher()
1046 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
63 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()69 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
160 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
131 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
196 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
691 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
1796 declRefExpr;