Lines Matching refs:getClassInterface
192 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder()
2002 if (ObjCInterfaceDecl *ID = Method->getClassInterface()) in AddOrdinaryNameResults()
4900 Class = Category->getClassInterface(); in CodeCompleteObjCPropertyGetter()
4928 Class = Category->getClassInterface(); in CodeCompleteObjCPropertySetter()
5117 ObjCInterfaceDecl *Class = CurMethod->getClassInterface(); in AddSuperSendCompletion()
5230 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver()
5255 CDecl = CurMethod->getClassInterface(); in CodeCompleteObjCSuperMessage()
5532 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage()
5942 AddObjCProperties(ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
5975 Class = ClassImpl->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
5978 ->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
6104 if (InOriginalClass && Category->getClassInterface()) in FindImplementableMethods()
6105 FindImplementableMethods(Context, Category->getClassInterface(), in FindImplementableMethods()
6819 SearchDecl = Impl->getClassInterface(); in CodeCompleteObjCMethodDecl()
6945 IFace = Category->getClassInterface(); in CodeCompleteObjCMethodDecl()