Home | History | Annotate | Download | only in Sema

Lines Matching defs:DRE

640       ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
8020 if (DependentScopeDeclRefExpr *DRE = dyn_cast<DependentScopeDeclRefExpr>(E))
8021 return getDerived().TransformDependentScopeDeclRefExpr(DRE, true, nullptr);
8176 if (auto *DRE =
8179 PE, DRE, false, &RecoveryTSI);
9631 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool AddrTaken,
9634 DRE, AddrTaken, RecoveryTSI);
9641 if (!getDerived().AlwaysRebuild() && NewDRE.get() == DRE)
10350 ExprResult DRE = getSema().BuildDeclRefExpr(VD, VD->getType(),
10352 if (DRE.isInvalid())
10355 getSema().Context.DependentTy, DRE.get(), E->getPackLoc(), None);
11488 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Callee)) {
11489 DeclarationNameLoc NameLoc = DRE->getNameInfo().getInfo();