Lines Matching refs:ObjCContainerDecl
984 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) { in getBasePriority()
4538 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
4595 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties()
6941 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
8047 ObjCContainerDecl *Container = in CodeCompleteObjCPropertyDefinition()
8048 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertyDefinition()
8086 ObjCContainerDecl *Container = in CodeCompleteObjCPropertySynthesizeIvar()
8087 dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertySynthesizeIvar()
8181 ObjCContainerDecl *Container, in FindImplementableMethods()
8913 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl()
8917 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl()
8928 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
8933 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
9051 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl()