Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 7426 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument 7440 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector() 7453 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument 7455 AllowSameLength); in isAcceptableObjCMethod() 7486 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument 7500 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 7524 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7534 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() 7539 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods() 7549 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods() [all …]
|