Searched refs:ContD (Results 1 – 1 of 1) sorted by relevance
133 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) in isMigratable() local134 return hasObjCImpl(ContD); in isMigratable()150 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) { in hasObjCImpl() local151 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(ContD)) in hasObjCImpl()153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl()155 return isa<ObjCImplDecl>(ContD); in hasObjCImpl()