Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

202         if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(
204 if (NestedNameSpecifier *NNS = DRE->getQualifier()) {
845 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Use.getUser())) {
858 if (!alwaysReportSelfInit && DRE == Initializer->IgnoreParenImpCasts())
861 ContainsReference CR(S.Context, DRE);
864 S.Diag(DRE->getLocStart(),
866 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();