Lines Matching refs:getDefinition
97 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in getMethod()
184 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in findPropertyDecl()
254 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in FindPropertyDeclaration()
327 if (const ObjCInterfaceDecl *def = getDefinition()) in getTypeParamList()
361 if (ObjCInterfaceDecl *superDef = superDecl->getDefinition()) in getSuperClass()
578 getCanonicalDecl()->getDefinition() == getDefinition()) in isDesignatedInitializer()
801 Hasher.AddObjCInterfaceDecl(getDefinition()); in getODRHash()
1636 if (const ObjCInterfaceDecl *Def = getDefinition()) { in getImplementation()
1649 getASTContext().setObjCImplementation(getDefinition(), ImplD); in setImplementation()
2009 const ObjCProtocolDecl *Def = getDefinition(); in lookupMethod()
2049 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement()
2065 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties()
2099 Hasher.AddObjCProtocolDecl(getDefinition()); in getODRHash()
2201 ClassInterface = ClassInterface->getDefinition(); in Create()
2307 ClassInterface = ClassInterface->getDefinition(); in Create()