Home | History | Annotate | Download | only in AST

Lines Matching defs:DRE

758     if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(*I)) {
760 cast<NamedDecl>(DRE->getDecl())->printQualifiedName(OS);
1806 DeclRefExpr *DRE = cast<DeclRefExpr>(Node->getCallee()->IgnoreImpCasts());
1808 cast<FunctionDecl>(DRE->getDecl())->getTemplateSpecializationArgs();