Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp441 IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const { in getIdentifierInfoForSlot() function in clang::MultiKeywordSelector
486 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const { in getIdentifierInfoForSlot() function in Selector
494 return SI->getIdentifierInfoForSlot(argIndex); in getIdentifierInfoForSlot()
498 IdentifierInfo *II = getIdentifierInfoForSlot(argIndex); in getNameForSlot()
553 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getMethodFamilyImpl()
601 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getInstTypeMethodFamily()
629 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getStringFormatFamilyImpl()
/netbsd-src/external/apache2/llvm/dist/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.cpp2461 if (selector.getIdentifierInfoForSlot(i)) in VisitObjCMessageExpr()
2462 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':'; in VisitObjCMessageExpr()
H A DASTImporter.cpp9136 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0))); in Import()
9138 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I))); in Import()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h787 IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
/netbsd-src/external/apache2/llvm/dist/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()
4697 IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0); in AddObjCProperties()
6903 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector()
7174 IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0); in GetAssumedMessageSendExprType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1173 IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0); in migrateProperty()
1318 IdentifierInfo *MethodIdName = OM->getSelector().getIdentifierInfoForSlot(0); in migrateFactoryMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1007 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1345 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer")) in argumentsMayEscape()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp776 IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0); in StartFunction()
H A DCGObjC.cpp793 OMD->getSelector().getIdentifierInfoForSlot(0); in StartObjCMethod()