Lines Matching defs:CtxD
969 auto *CtxD = cast<Decl>(getDeclContext());
971 if (!CtxD->isInvalidDecl()) {
972 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) {
977 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) {
982 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
987 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
1002 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
1011 auto *CtxD = cast<Decl>(getDeclContext());
1014 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
1028 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
1037 cast<ObjCContainerDecl>(CtxD)->getMethod(Sel, isInstanceMethod(),