Home | History | Annotate | Download | only in Sema

Lines Matching full:dyn_cast

366     if (TypeDecl *TD = dyn_cast<TypeDecl>(D)) {
586 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC))
598 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC))
608 if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(DC))
658 FunctionTemplateDecl *ConvTemplate = dyn_cast<FunctionTemplateDecl>(*U);
902 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) {
1367 CXXRecordDecl *LookupRec = dyn_cast<CXXRecordDecl>(LookupCtx);
1624 if (TagDecl *TD = dyn_cast<TagDecl>(*DI)) {
1719 = dyn_cast<ClassTemplateDecl>(Template.getAsTemplateDecl())) {
1721 if (CXXRecordDecl *EnclosingClass = dyn_cast<CXXRecordDecl>(Ctx))
1766 if (CXXRecordDecl *EnclosingClass = dyn_cast<CXXRecordDecl>(Ctx))
1786 = dyn_cast<ClassTemplateSpecializationDecl>(Class)) {
1788 if (CXXRecordDecl *EnclosingClass = dyn_cast<CXXRecordDecl>(Ctx))
1911 if (CXXRecordDecl *EnclosingClass = dyn_cast<CXXRecordDecl>(Ctx))
2030 if (UnaryOperator *unaryOp = dyn_cast<UnaryOperator>(Arg))
2034 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg);
2042 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(Fn);
2134 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Found)) {
2138 = dyn_cast<FunctionTemplateDecl>(Found)) {
2272 if (UsingShadowDecl *U = dyn_cast<UsingShadowDecl>(Cand)) {
2283 if (CXXMethodDecl *M = dyn_cast<CXXMethodDecl>(Cand)) {
2302 dyn_cast<FunctionTemplateDecl>(Cand)) {
2646 if (CXXRecordDecl *Class = dyn_cast<CXXRecordDecl>(Ctx))
2655 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D)) {
2661 = dyn_cast<ObjCForwardProtocolDecl>(*D)) {
2672 dyn_cast<ObjCClassDecl>(*D)) {
2684 if (DeclContext *InnerCtx = dyn_cast<DeclContext>(*D)) {
2703 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx)) {
2748 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) {
2780 } else if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Ctx)) {
2787 } else if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(Ctx)) {
2818 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D))
2837 if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) {
3258 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(MemberContext)) {