Lines Matching refs:DeclRef
4181 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
4182 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) {
12858 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts());
12859 if (declRef && isa<VarDecl>(declRef->getDecl())) {
12860 VarDecl *var = cast<VarDecl>(declRef->getDecl());
16418 const DeclRefExpr *DeclRef = CheckPossibleDeref(*this, E);
16419 if (DeclRef) {
16420 const ValueDecl *Decl = DeclRef->getDecl();
16462 if (auto *DeclRef =
16464 ExprEvalContexts.back().ReferenceToConsteval.erase(DeclRef);