Home | History | Annotate | Download | only in Sema

Lines Matching full:vardecl

419       } else if (VarDecl *VD = dyn_cast<VarDecl>(D)) {
744 VarDecl *RebuildExceptionDecl(VarDecl *ExceptionDecl,
752 VarDecl *RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
945 VarDecl *
946 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl,
951 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
958 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl,
961 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
2474 } else if (auto *Var = dyn_cast<VarDecl>(D)) {