Lines Matching refs:getDefinition
98 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in getMethod()
185 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in findPropertyDecl()
255 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in FindPropertyDeclaration()
328 if (const ObjCInterfaceDecl *def = getDefinition()) in getTypeParamList()
362 if (ObjCInterfaceDecl *superDef = superDecl->getDefinition()) in getSuperClass()
577 getCanonicalDecl()->getDefinition() == getDefinition()) in isDesignatedInitializer()
800 Hasher.AddObjCInterfaceDecl(getDefinition()); in getODRHash()
1630 if (const ObjCInterfaceDecl *Def = getDefinition()) { in getImplementation()
1643 getASTContext().setObjCImplementation(getDefinition(), ImplD); in setImplementation()
2003 const ObjCProtocolDecl *Def = getDefinition(); in lookupMethod()
2043 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement()
2059 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties()
2093 Hasher.AddObjCProtocolDecl(getDefinition()); in getODRHash()
2187 ClassInterface = ClassInterface->getDefinition(); in Create()
2293 ClassInterface = ClassInterface->getDefinition(); in Create()