Searched refs:InfoPtr (Results 1 – 6 of 6) sorted by relevance
600 uintptr_t InfoPtr; // a pointer to the MultiKeywordSelector or IdentifierInfo. variable603 InfoPtr = reinterpret_cast<uintptr_t>(II); in Selector()604 assert((InfoPtr & ArgFlags) == 0 &&"Insufficiently aligned IdentifierInfo"); in Selector()606 InfoPtr |= nArgs+1; in Selector()609 InfoPtr = reinterpret_cast<uintptr_t>(SI); in Selector()610 assert((InfoPtr & ArgFlags) == 0 &&"Insufficiently aligned IdentifierInfo"); in Selector()611 InfoPtr |= MultiArg; in Selector()616 return reinterpret_cast<IdentifierInfo *>(InfoPtr & ~ArgFlags); in getAsIdentifierInfo()620 return reinterpret_cast<MultiKeywordSelector *>(InfoPtr & ~ArgFlags); in getMultiKeywordSelector()624 return InfoPtr & ArgFlags; in getIdentifierInfoFlag()[all …]
285 iterator find(const external_key_type& eKey, Info *InfoPtr = 0) {286 if (!InfoPtr)287 InfoPtr = &InfoObj;321 InfoPtr->ReadKey((const unsigned char* const) Items, L.first);324 if (!InfoPtr->EqualKey(X, iKey)) {330 return iterator(X, Items + L.first, L.second, InfoPtr);
446 void *InfoPtr = D->getDeclName().getFETokenInfo<void>(); in incrementSlowCase() local447 assert(!isDeclPtr(InfoPtr) && "Decl with wrong id ?"); in incrementSlowCase()448 IdDeclInfo *Info = toIdDeclInfo(InfoPtr); in incrementSlowCase()
178 DeclarationName(Selector Sel) : Ptr(Sel.InfoPtr) { } in DeclarationName()
382 if (InfoPtr == 0) in getAsString()
2146 llvm::GlobalValue *InfoPtr = in EmitCheck() local2149 InfoPtr->setUnnamedAddr(true); in EmitCheck()2159 Args.push_back(Builder.CreateBitCast(InfoPtr, Int8PtrTy)); in EmitCheck()