Lines Matching defs:CtxD
971 auto *CtxD = cast<Decl>(getDeclContext());
973 if (!CtxD->isInvalidDecl()) {
974 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) {
979 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) {
984 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
989 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
1004 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
1013 auto *CtxD = cast<Decl>(getDeclContext());
1016 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
1030 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
1039 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),