Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp29 const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0); in getStandardSelLoc()
37 const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index); in getStandardSelLoc()
H A DMangle.cpp351 if (auto name = selector.getIdentifierInfoForSlot(slotIndex)) in mangleObjCMethodName()
H A DASTStructuralEquivalence.cpp2189 if (!IsStructurallyEquivalent(Selector1.getIdentifierInfoForSlot(I), in IsStructurallyEquivalent()
2190 Selector2.getIdentifierInfoForSlot(I))) in IsStructurallyEquivalent()
H A DODRHash.cpp79 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i); in AddDeclarationNameImpl()
H A DStmtPrinter.cpp2717 if (selector.getIdentifierInfoForSlot(i)) in VisitObjCMessageExpr()
2718 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':'; in VisitObjCMessageExpr()
H A DASTImporter.cpp10236 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0))); in Import()
10238 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I))); in Import()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp546 Selector::getIdentifierInfoForSlot(unsigned argIndex) const { in getIdentifierInfoForSlot() function in Selector
554 return SI->getIdentifierInfoForSlot(argIndex); in getIdentifierInfoForSlot()
558 const IdentifierInfo *II = getIdentifierInfoForSlot(argIndex); in getNameForSlot()
613 const IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getMethodFamilyImpl()
660 const IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getInstTypeMethodFamily()
688 const IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getStringFormatFamilyImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h942 const IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const { in getIdentifierInfoForSlot() function
1079 const IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp295 if (const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I)) in ComputeHash()
H A DASTWriter.cpp3496 Writer.getIdentifierRef(Sel.getIdentifierInfoForSlot(I))); in EmitKey()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp858 Name.getObjCSelector().getIdentifierInfoForSlot(0)) in getOrderedName()
H A DSemaPseudoObject.cpp620 setter->getSelector().getIdentifierInfoForSlot(0); in findGetter()
648 .getIdentifierInfoForSlot(0); in findSetter()
H A DSemaCodeComplete.cpp3695 if (const IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Idx)) in createCodeCompletionStringForDecl()
5102 const IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0); in AddObjCProperties()
7603 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector()
7881 const IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0); in GetAssumedMessageSendExprType()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1169 const IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0); in migrateProperty()
1315 OM->getSelector().getIdentifierInfoForSlot(0); in migrateFactoryMethod()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1012 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()
H A DNullabilityChecker.cpp1086 M.getSelector().getIdentifierInfoForSlot(0)) { in checkPostObjCMessage()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1378 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer")) in argumentsMayEscape()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp856 const IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0); in StartFunction()
H A DCGObjC.cpp796 OMD->getSelector().getIdentifierInfoForSlot(0); in StartObjCMethod()