Lines Matching refs:AllowSameLength
7426 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
7440 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
7453 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
7455 AllowSameLength); in isAcceptableObjCMethod()
7486 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
7500 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
7524 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7534 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7539 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7549 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7554 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7562 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7568 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()