Lines Matching refs:ObjCContainerDecl
984 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) { in getBasePriority()
4541 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
4598 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties()
6944 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
8050 ObjCContainerDecl *Container = in CodeCompleteObjCPropertyDefinition()
8051 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertyDefinition()
8089 ObjCContainerDecl *Container = in CodeCompleteObjCPropertySynthesizeIvar()
8090 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertySynthesizeIvar()
8184 ObjCContainerDecl *Container, in FindImplementableMethods()
8916 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl()
8920 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl()
8931 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
8936 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
9054 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl()