Searched refs:SelIdents (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 181 ArrayRef<const IdentifierInfo *> SelIdents, 184 ArrayRef<const IdentifierInfo *> SelIdents, 188 Scope *S, Expr *Receiver, ArrayRef<const IdentifierInfo *> SelIdents, 192 ArrayRef<const IdentifierInfo *> SelIdents); 214 ParsedType ReturnType, ArrayRef<const IdentifierInfo *> SelIdents);
|
H A D | CodeCompleteConsumer.h | 365 ArrayRef<const IdentifierInfo *> SelIdents; variable 378 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(std::nullopt) {} in CodeCompletionContext() 383 ArrayRef<const IdentifierInfo *> SelIdents = std::nullopt) 384 : CCKind(CCKind), IsUsingDeclaration(false), SelIdents(SelIdents) { in CCKind() 410 ArrayRef<const IdentifierInfo *> getSelIdents() const { return SelIdents; } in getSelIdents()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4508 ArrayRef<const IdentifierInfo *> SelIdents, 7584 ArrayRef<const IdentifierInfo *> SelIdents, in isAcceptableObjCSelector() argument 7586 unsigned NumSelIdents = SelIdents.size(); in isAcceptableObjCSelector() 7603 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector() 7611 ArrayRef<const IdentifierInfo *> SelIdents, in isAcceptableObjCMethod() argument 7613 return isAcceptableObjCSelector(Method->getSelector(), WantKind, SelIdents, in isAcceptableObjCMethod() 7643 ArrayRef<const IdentifierInfo *> SelIdents, in AddObjCMethods() argument 7659 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 7666 R.StartParameter = SelIdents.size(); in AddObjCMethods() 7682 AddObjCMethods(*I, WantInstanceMethods, WantKind, SelIdents, CurContext, in AddObjCMethods() [all …]
|