Lines Matching refs:AllowHidden
541 bool AllowHidden = false) const;543 bool AllowHidden = false) const {544 return getMethod(Sel, true/*isInstance*/, AllowHidden);546 ObjCMethodDecl *getClassMethod(Selector Sel, bool AllowHidden = false) const {547 return getMethod(Sel, false/*isInstance*/, AllowHidden);