Home
last modified time | relevance | path

Searched refs:AllowSameLength (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp6885 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
6899 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
6912 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
6914 AllowSameLength); in isAcceptableObjCMethod()
6945 VisitedSelectorSet &Selectors, bool AllowSameLength, in AddObjCMethods() argument
6959 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
6983 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6993 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
6998 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7008 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
[all …]