Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp7375 bool AllowSameLength = true) { in isAcceptableObjCSelector() argument
7389 if (!AllowSameLength && NumSelIdents && NumSelIdents == Sel.getNumArgs()) in isAcceptableObjCSelector()
7402 bool AllowSameLength = true) { in isAcceptableObjCMethod() argument
7404 AllowSameLength); in isAcceptableObjCMethod()
7449 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
7483 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7488 CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
7498 Selectors, AllowSameLength, Results, false, IsRootClass); in AddObjCMethods()
7503 Selectors, AllowSameLength, Results, InOriginalClass, in AddObjCMethods()
7511 SelIdents, CurContext, Selectors, AllowSameLength, Results, in AddObjCMethods()
[all …]