Home | History | Annotate | Download | only in AST

Lines Matching refs:Def

73     if (const ObjCProtocolDecl *Def = Proto->getDefinition())
74 if (Def->isHidden() && !AllowHidden)
158 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
159 if (Def->isHidden())
188 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
189 if (Def->isHidden())
1203 if (const ObjCInterfaceDecl *Def = getDefinition()) {
1208 const_cast<ObjCInterfaceDecl*>(Def));
1542 const ObjCProtocolDecl *Def = getDefinition();
1543 if (!Def || Def->isHidden())