Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 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() [all …]
|