Home | History | Annotate | Download | only in AST

Lines Matching refs:getDefinition

751     if (const ObjCInterfaceDecl *Def = getDefinition())
758 if (const ObjCInterfaceDecl *Def = getDefinition())
804 ObjCInterfaceDecl *getDefinition() {
811 const ObjCInterfaceDecl *getDefinition() const {
832 (superCls && superCls->hasDefinition()) ? superCls->getDefinition()
1204 ObjCProtocolDecl *getDefinition() {
1209 const ObjCProtocolDecl *getDefinition() const {
1216 return getDefinition() == this;