Home | History | Annotate | Download | only in Sema

Lines Matching refs:DRE

3747     if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CaseVal))
3749 = dyn_cast<EnumConstantDecl>(DRE->getDecl())) {
3769 Qualifier = DRE->getQualifier();
3851 else if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(NakedFn)) {
3852 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl());