Searched refs:CtxD (Results 1 – 1 of 1) sorted by relevance
815 Decl *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclarationImpl() local817 if (!CtxD->isInvalidDecl()) { in getNextRedeclarationImpl()818 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl()823 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl()829 dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl()835 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()844 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()852 Decl *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local854 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()861 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()[all …]