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