Lines Matching refs:AllowSameLength
7375 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
7389 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
7402 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
7404 AllowSameLength); in isAcceptableObjCMethod()
7435 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
7449 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
7473 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7483 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7488 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7498 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7503 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7511 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7517 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()