Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

461   if (const DeclRefExpr *DRE
478 if (!alwaysReportSelfInit && DRE == Initializer->IgnoreParenImpCasts())
481 ContainsReference CR(S.Context, DRE);
486 S.Diag(DRE->getLocStart(),
488 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
490 S.Diag(DRE->getLocStart(), diag::warn_uninit_var)
491 << VD->getDeclName() << DRE->getSourceRange();
494 S.Diag(DRE->getLocStart(), diag::warn_maybe_uninit_var)
495 << VD->getDeclName() << DRE->getSourceRange();