Home | History | Annotate | Download | only in AST

Lines Matching refs:Def

900     if (ObjCInterfaceDecl *Def = cast<ObjCInterfaceDecl>(this)->getDefinition())
901 return Def;
906 if (ObjCProtocolDecl *Def = cast<ObjCProtocolDecl>(this)->getDefinition())
907 return Def;
924 if (TagDecl *Def = Tag->getDefinition())
925 return Def;