Lines Matching refs:ObjCContainerDecl
739 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) { in getBasePriority()
3937 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
3994 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties()
5803 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
6908 ObjCContainerDecl *Container = in CodeCompleteObjCPropertyDefinition()
6909 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertyDefinition()
6947 ObjCContainerDecl *Container = in CodeCompleteObjCPropertySynthesizeIvar()
6948 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertySynthesizeIvar()
7042 ObjCContainerDecl *Container, in FindImplementableMethods()
7774 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl()
7778 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl()
7789 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
7794 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
7908 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl()