Lines Matching refs:getClassInterface
191 if (ObjCInterfaceDecl *Interface = Method->getClassInterface()) in ResultBuilder()
2016 if (ObjCInterfaceDecl *ID = Method->getClassInterface()) in AddOrdinaryNameResults()
5133 Class = Category->getClassInterface(); in CodeCompleteObjCPropertyGetter()
5161 Class = Category->getClassInterface(); in CodeCompleteObjCPropertySetter()
5355 ObjCInterfaceDecl *Class = CurMethod->getClassInterface(); in AddSuperSendCompletion()
5469 if (ObjCInterfaceDecl *Iface = Method->getClassInterface()) in CodeCompleteObjCMessageReceiver()
5494 CDecl = CurMethod->getClassInterface(); in CodeCompleteObjCSuperMessage()
5771 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage()
6182 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
6216 Class = ClassImpl->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
6219 ->getClassInterface(); in CodeCompleteObjCPropertySynthesizeIvar()
6345 if (InOriginalClass && Category->getClassInterface()) in FindImplementableMethods()
6346 FindImplementableMethods(Context, Category->getClassInterface(), in FindImplementableMethods()
7060 SearchDecl = Impl->getClassInterface(); in CodeCompleteObjCMethodDecl()
7197 IFace = Category->getClassInterface(); in CodeCompleteObjCMethodDecl()