Home
last modified time | relevance | path

Searched refs:ContD (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp133 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) in isMigratable() local
134 return hasObjCImpl(ContD); in isMigratable()
150 if (ObjCContainerDecl *ContD = dyn_cast<ObjCContainerDecl>(D)) { in hasObjCImpl() local
151 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()
/external/clang/lib/Index/
DIndexDecl.cpp206 const ObjCContainerDecl *ContD) { in handleReferencedProtocols() argument
212 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, in handleReferencedProtocols()
214 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()