Lines Matching refs:AllowSameLength
6723 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
6737 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
6750 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
6752 AllowSameLength); in isAcceptableObjCMethod()
6783 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
6797 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
6821 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6831 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6836 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
6846 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6851 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
6859 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
6865 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()