Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 7736 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument 7750 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector() 7763 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument 7765 AllowSameLength); in isAcceptableObjCMethod() 7796 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument 7810 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 7834 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7844 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7849 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 7859 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() [all …]
|