Lines Matching refs:AllowSameLength
7585 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
7599 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
7612 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
7614 AllowSameLength); in isAcceptableObjCMethod()
7645 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
7659 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
7683 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7693 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7698 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7708 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7713 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7721 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7727 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()