Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5747 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument 5761 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector() 5774 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument 5776 AllowSameLength); in isAcceptableObjCMethod() 5821 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 5855 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 5860 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 5870 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 5875 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods() 5883 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() [all …]
|