Searched refs:ContD (Results 1 – 2 of 2) sorted by relevance
128 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) in isMigratable() local129 return hasObjCImpl(ContD); in isMigratable()145 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) { in hasObjCImpl() local146 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(ContD)) in hasObjCImpl()148 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl()150 return isa<ObjCImplDecl>(ContD); in hasObjCImpl()
366 const ObjCContainerDecl *ContD, in handleReferencedProtocols() argument376 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols()377 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()