Searched refs:declRefExpr (Results 1 – 7 of 7) sorted by relevance
92 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()104 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()107 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()113 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()122 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()123 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()162 hasUnaryOperand(declRefExpr( in forLoopMatcher()
1241 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
180 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
318 declRefExpr(to( in tryEachDeclRef()492 const auto AsNonConstRefRangeInit = cxxForRangeStmt(hasRangeInit(declRefExpr( in findDirectMutation()
222 REGISTER_MATCHER(declRefExpr); in RegistryMaps()
927 const internal::VariadicDynCastAllOfMatcher<Stmt, DeclRefExpr> declRefExpr; variable
2154 declRefExpr;