Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp446 IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const { in getIdentifierInfoForSlot() function in clang::MultiKeywordSelector
491 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const { in getIdentifierInfoForSlot() function in Selector
499 return SI->getIdentifierInfoForSlot(argIndex); in getIdentifierInfoForSlot()
503 IdentifierInfo *II = getIdentifierInfoForSlot(argIndex); in getNameForSlot()
558 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getMethodFamilyImpl()
606 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getInstTypeMethodFamily()
634 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getStringFormatFamilyImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp29 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc()
37 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc()
H A DMangle.cpp344 if (auto name = selector.getIdentifierInfoForSlot(slotIndex)) in mangleObjCMethodName()
H A DODRHash.cpp76 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i); in AddDeclarationNameImpl()
H A DStmtPrinter.cpp2474 if (selector.getIdentifierInfoForSlot(i)) in VisitObjCMessageExpr()
2475 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':'; in VisitObjCMessageExpr()
H A DASTImporter.cpp9265 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0))); in Import()
9267 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I))); in Import()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp279 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I)) in ComputeHash()
H A DASTWriter.cpp3042 Writer.getIdentifierRef(Sel.getIdentifierInfoForSlot(I))); in EmitKey()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h787 IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp746 if (IdentifierInfo *Id = Name.getObjCSelector().getIdentifierInfoForSlot(0)) in getOrderedName()
H A DSemaPseudoObject.cpp612 setter->getSelector().getIdentifierInfoForSlot(0); in findGetter()
640 .getIdentifierInfoForSlot(0); in findSetter()
H A DSemaCodeComplete.cpp3570 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Idx)) in createCodeCompletionStringForDecl()
4700 IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0); in AddObjCProperties()
6906 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector()
7177 IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0); in GetAssumedMessageSendExprType()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1173 IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0); in migrateProperty()
1318 IdentifierInfo *MethodIdName = OM->getSelector().getIdentifierInfoForSlot(0); in migrateFactoryMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1007 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1384 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer")) in argumentsMayEscape()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp785 IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0); in StartFunction()
H A DCGObjC.cpp793 OMD->getSelector().getIdentifierInfoForSlot(0); in StartObjCMethod()