Lines Matching defs:Def
73 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
74 if (Def->isHidden() && !AllowHidden)
160 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
161 if (Def->isHidden())
218 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
219 if (Def->isHidden())
291 if (const ObjCInterfaceDecl *def = getDefinition())
292 return def->getTypeParamListAsWritten();
1482 if (const ObjCInterfaceDecl *Def = getDefinition()) {
1487 const_cast<ObjCInterfaceDecl*>(Def));
1826 const ObjCProtocolDecl *Def = getDefinition();
1827 if (!Def || Def->isHidden())