Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp529 IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const { in getIdentifierInfoForSlot() function in clang::MultiKeywordSelector
574 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const { in getIdentifierInfoForSlot() function in Selector
582 return SI->getIdentifierInfoForSlot(argIndex); in getIdentifierInfoForSlot()
586 IdentifierInfo *II = getIdentifierInfoForSlot(argIndex); in getNameForSlot()
641 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getMethodFamilyImpl()
689 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getInstTypeMethodFamily()
717 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0); in getStringFormatFamilyImpl()
/openbsd-src/gnu/llvm/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.cpp348 if (auto name = selector.getIdentifierInfoForSlot(slotIndex)) in mangleObjCMethodName()
H A DASTStructuralEquivalence.cpp2031 if (!IsStructurallyEquivalent(Selector1.getIdentifierInfoForSlot(I), in IsStructurallyEquivalent()
2032 Selector2.getIdentifierInfoForSlot(I))) in IsStructurallyEquivalent()
H A DODRHash.cpp79 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i); in AddDeclarationNameImpl()
H A DStmtPrinter.cpp2652 if (selector.getIdentifierInfoForSlot(i)) in VisitObjCMessageExpr()
2653 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':'; in VisitObjCMessageExpr()
H A DASTImporter.cpp9802 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0))); in Import()
9804 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I))); in Import()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp282 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I)) in ComputeHash()
H A DASTWriter.cpp3250 Writer.getIdentifierRef(Sel.getIdentifierInfoForSlot(I))); in EmitKey()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h861 IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp850 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.cpp3612 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Idx)) in createCodeCompletionStringForDecl()
5007 IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0); in AddObjCProperties()
7444 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I)) in isAcceptableObjCSelector()
7717 IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0); in GetAssumedMessageSendExprType()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1172 IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0); in migrateProperty()
1317 IdentifierInfo *MethodIdName = OM->getSelector().getIdentifierInfoForSlot(0); in migrateFactoryMethod()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1008 (S.getIdentifierInfoForSlot(0) == CountSelectorII); in isCollectionCountMethod()
H A DNullabilityChecker.cpp1044 if (IdentifierInfo *Ident = M.getSelector().getIdentifierInfoForSlot(0)) { in checkPostObjCMessage()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1350 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer")) in argumentsMayEscape()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp789 IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0); in StartFunction()
H A DCGObjC.cpp796 OMD->getSelector().getIdentifierInfoForSlot(0); in StartObjCMethod()