Lines Matching defs:RefExpr
88 static const ValueDecl *getPrivateItem(const Expr *RefExpr) {
89 RefExpr = RefExpr->IgnoreParens();
90 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr)) {
94 RefExpr = Base;
95 } else if (auto *OASE = dyn_cast<ArraySectionExpr>(RefExpr)) {
101 RefExpr = Base;
103 RefExpr = RefExpr->IgnoreParenImpCasts();
104 if (const auto *DE = dyn_cast<DeclRefExpr>(RefExpr))
106 const auto *ME = cast<MemberExpr>(RefExpr);