Lines Matching refs:AllowSameLength
6888 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
6902 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
6915 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
6917 AllowSameLength); in isAcceptableObjCMethod()
6948 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
6962 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
6986 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6996 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7001 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7011 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7016 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7024 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7030 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()