Searched refs:ContD (Results 1 – 2 of 2) sorted by relevance
130 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) in isMigratable() local131 return hasObjCImpl(ContD); in isMigratable()147 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) { in hasObjCImpl() local148 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(ContD)) in hasObjCImpl()150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl()152 return isa<ObjCImplDecl>(ContD); in hasObjCImpl()
391 const ObjCContainerDecl *ContD, in handleReferencedProtocols() argument401 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols()402 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()