Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 7516 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument 7530 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector() 7543 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument 7545 AllowSameLength); in isAcceptableObjCMethod() 7590 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 7624 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7629 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 7639 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7644 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods() 7652 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() [all …]
|