HomeSort by: relevance | last modified time | path
    Searched refs:getIdentifierInfoForSlot (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
SelectorLocationsKind.cpp 29 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(0);
37 IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Index);
Mangle.cpp 344 if (auto name = selector.getIdentifierInfoForSlot(slotIndex))
ODRHash.cpp 76 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i);
StmtPrinter.cpp 2461 if (selector.getIdentifierInfoForSlot(i))
2462 OS << selector.getIdentifierInfoForSlot(i)->getName() << ':';
ASTImporter.cpp 9136 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(0)));
9138 Idents.push_back(Import(FromSel.getIdentifierInfoForSlot(I)));
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 441 IdentifierInfo *getIdentifierInfoForSlot(unsigned i) const {
442 assert(i < getNumArgs() && "getIdentifierInfoForSlot(): illegal index");
486 IdentifierInfo *Selector::getIdentifierInfoForSlot(unsigned argIndex) const {
494 return SI->getIdentifierInfoForSlot(argIndex);
498 IdentifierInfo *II = getIdentifierInfoForSlot(argIndex);
553 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
601 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
629 IdentifierInfo *first = sel.getIdentifierInfoForSlot(0);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 787 IdentifierInfo *getIdentifierInfoForSlot(unsigned argIndex) const;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 279 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(I))
ASTWriter.cpp 3042 Writer.getIdentifierRef(Sel.getIdentifierInfoForSlot(I)));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 746 if (IdentifierInfo *Id = Name.getObjCSelector().getIdentifierInfoForSlot(0))
SemaPseudoObject.cpp 612 setter->getSelector().getIdentifierInfoForSlot(0);
640 .getIdentifierInfoForSlot(0);
SemaCodeComplete.cpp 3570 if (IdentifierInfo *II = Sel.getIdentifierInfoForSlot(Idx))
4697 IdentifierInfo *Name = M->getSelector().getIdentifierInfoForSlot(0);
6903 if (SelIdents[I] != Sel.getIdentifierInfoForSlot(I))
7174 IdentifierInfo *Id = Sel.getIdentifierInfoForSlot(0);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 1007 (S.getIdentifierInfoForSlot(0) == CountSelectorII);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 1173 IdentifierInfo *getterName = GetterSelector.getIdentifierInfoForSlot(0);
1318 IdentifierInfo *MethodIdName = OM->getSelector().getIdentifierInfoForSlot(0);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1345 Sel.getIdentifierInfoForSlot(0)->isStr("valueWithPointer"))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 776 IdentifierInfo *II = OMD->getSelector().getIdentifierInfoForSlot(0);
CGObjC.cpp 793 OMD->getSelector().getIdentifierInfoForSlot(0);

Completed in 43 milliseconds