Lines Matching refs:ObjCContainerDecl
727 if (DC->isRecord() || isa<ObjCContainerDecl>(DC)) in getBasePriority()
3486 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
3503 static void AddObjCProperties(ObjCContainerDecl *Container, in AddObjCProperties()
4942 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
6065 ObjCContainerDecl *Container in CodeCompleteObjCPropertyDefinition()
6066 = dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertyDefinition()
6105 ObjCContainerDecl *Container in CodeCompleteObjCPropertySynthesizeIvar()
6106 = dyn_cast_or_null<ObjCContainerDecl>(CurContext); in CodeCompleteObjCPropertySynthesizeIvar()
6200 ObjCContainerDecl *Container, in FindImplementableMethods()
6952 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl()
6956 ObjCContainerDecl *SearchDecl = nullptr; in CodeCompleteObjCMethodDecl()
6967 SearchDecl = dyn_cast<ObjCContainerDecl>(D); in CodeCompleteObjCMethodDecl()
6972 SearchDecl = dyn_cast<ObjCContainerDecl>(DC); in CodeCompleteObjCMethodDecl()
7073 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl()