Searched refs:CtxD (Results 1 – 1 of 1) sorted by relevance
734 Decl *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclarationImpl() local736 if (!CtxD->isInvalidDecl()) { in getNextRedeclarationImpl()737 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl()742 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl()748 dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl()754 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()763 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()771 Decl *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local773 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()780 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()[all …]