Lines Matching refs:declRefExpr
525 declRefExpr(to(varDecl(hasInitializer(ignoringImpCasts(InnerMatcher)))))); in AST_MATCHER_P()
531 auto DREHasDefinition = ignoringImpCasts(declRefExpr( in AST_MATCHER_P()
534 hasLHS(declRefExpr(to(varDecl(equalsBoundNode(VarDeclName))))), in AST_MATCHER_P()
556 auto Container = ignoringImpCasts(cxxMemberCallExpr(hasDescendant(declRefExpr( in registerMatchers()
599 ignoringImpCasts(declRefExpr(to(varDecl(hasInitializer(WrongLength))))); in registerMatchers()
609 declRefExpr(to(varDecl(hasInitializer(CallExprReturnWithoutInc))))); in registerMatchers()
639 auto DestArrayTyDecl = declRefExpr( in registerMatchers()
645 declRefExpr(allOf(to(varDecl(AnyOfCharTy).bind(DestVarDeclName)), in registerMatchers()
656 hasLHS(anyOf(hasDescendant(declRefExpr(to(varDecl( in registerMatchers()
658 hasDescendant(declRefExpr( in registerMatchers()
663 auto SrcDecl = declRefExpr( in registerMatchers()