Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp352 if (auto name = selector.getIdentifierInfoForSlot(slotIndex)) in mangleObjCMethodName()
H A DASTStructuralEquivalence.cpp2152 if (!IsStructurallyEquivalent(Selector1.getIdentifierInfoForSlot(I), in IsStructurallyEquivalent()
2153 Selector2.getIdentifierInfoForSlot(I))) in IsStructurallyEquivalent()
H A DODRHash.cpp79 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i); in AddDeclarationNameImpl()
H A DStmtPrinter.cpp2667 if (selector.getIdentifierInfoForSlot(i)) in VisitObjCMessageExpr()
2668 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':'; in VisitObjCMessageExpr()
H A DASTImporter.cpp10142 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0))); in Import()
10144 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I))); in Import()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp544 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const { in getIdentifierInfoForSlot() function in Selector
552 return SI->getIdentifierInfoForSlot(argIndex); in getIdentifierInfoForSlot()
556 IdentifierInfo *II = getIdentifierInfoForSlot(argIndex); in getNameForSlot()
611 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getMethodFamilyImpl()
658 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getInstTypeMethodFamily()
686 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getStringFormatFamilyImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h916 IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const { in alignas()
1053 IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp287 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I)) in ComputeHash()
H A DASTWriter.cpp3334 Writer.getIdentifierRef(Sel.getIdentifierInfoForSlot(I))); in EmitKey()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp857 if (IdentifierInfo *Id = Name.getObjCSelector().getIdentifierInfoForSlot(0)) in getOrderedName()
H A DSemaPseudoObject.cpp617 setter->getSelector().getIdentifierInfoForSlot(0); in findGetter()
645 .getIdentifierInfoForSlot(0); in findSetter()
H A DSemaCodeComplete.cpp3689 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Idx)) in createCodeCompletionStringForDecl()
5088 IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0); in AddObjCProperties()
7534 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector()
7807 IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0); in GetAssumedMessageSendExprType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1169 IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0); in migrateProperty()
1314 IdentifierInfo *MethodIdName = OM->getSelector().getIdentifierInfoForSlot(0); in migrateFactoryMethod()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1016 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()
H A DNullabilityChecker.cpp1085 if (IdentifierInfo *Ident = M.getSelector().getIdentifierInfoForSlot(0)) { in checkPostObjCMessage()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1378 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer")) in argumentsMayEscape()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp809 IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0); in StartFunction()
H A DCGObjC.cpp796 OMD->getSelector().getIdentifierInfoForSlot(0); in StartObjCMethod()