Lines Matching refs:AllowSameLength
5747 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
5761 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
5774 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
5776 AllowSameLength); in isAcceptableObjCMethod()
5807 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
5821 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
5845 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
5855 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
5860 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
5870 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
5875 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
5883 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
5889 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()