Lines Matching refs:ObjCContainerDecl
1007 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) { in getBasePriority()
4929 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
4986 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties()
7572 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
8699 ObjCContainerDecl *Container = in CodeCompleteObjCPropertyDefinition()
8700 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertyDefinition()
8738 ObjCContainerDecl *Container = in CodeCompleteObjCPropertySynthesizeIvar()
8739 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertySynthesizeIvar()
8833 ObjCContainerDecl *Container, in FindImplementableMethods()
9566 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl()
9570 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl()
9581 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
9586 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
9704 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl()