Searched refs:CtxD (Results 1 – 1 of 1) sorted by relevance
968 auto *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclarationImpl() local970 if (!CtxD->isInvalidDecl()) { in getNextRedeclarationImpl()971 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl()976 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl()981 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl()986 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()1001 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()1010 auto *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local1013 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()1027 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()[all …]