Lines Matching full:dyn_cast
177 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) {
189 if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) {
192 } else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
1157 if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(InstD)) {
1196 = dyn_cast<ClassTemplatePartialSpecializationDecl>(D)) {
1403 if (VarDecl *Var = dyn_cast<VarDecl>(D))
1406 if (FunctionDecl *Func = dyn_cast<FunctionDecl>(D))
1427 if (TagDecl *TD = dyn_cast<TagDecl>(D)) {
1429 } else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
1431 } else if (VarDecl *VD = dyn_cast<VarDecl>(D)) {
1688 if (DeclContext *DC = dyn_cast<DeclContext>(D)) {
1786 if (TranslationUnitDecl *TU = dyn_cast<TranslationUnitDecl>(D))