Home | History | Annotate | Download | only in Serialization

Lines Matching refs:make_pair

432       Macros[MacroName] = std::make_pair("", true);
447 Macros[MacroName] = std::make_pair(MacroBody, false);
605 return std::make_pair(KeyLen, DataLen);
673 return std::make_pair(KeyLen, DataLen);
898 return std::make_pair(KeyLen, DataLen);
946 return std::make_pair(Start, Start + NumDecls);
1279 return std::make_pair(SourceLocation(), "");
1283 return std::make_pair(SourceLocation(), "");
1289 return std::make_pair(SourceLocation(), "");
1293 return std::make_pair(M->ImportLoc, StringRef(M->ModuleName));
1496 return std::make_pair(KeyLen, DataLen);
1791 HiddenNamesMap[Owner].HiddenMacros.insert(std::make_pair(II, MMI));
2588 CommentsCursors.push_back(std::make_pair(C, &F));
2625 GlobalTypeMap.insert(std::make_pair(getTotalNumTypes(), &F));
2629 std::make_pair(LocalBaseTypeIndex,
2651 std::make_pair(getTotalNumDecls() + NUM_PREDEF_DECL_IDS, &F));
2656 std::make_pair(LocalBaseDeclID, F.BaseDeclID - LocalBaseDeclID));
2694 PendingVisibleUpdates[ID].push_back(std::make_pair(Table, &F));
2724 GlobalIdentifierMap.insert(std::make_pair(getTotalNumIdentifiers() + 1,
2730 std::make_pair(LocalBaseIdentifierID,
2818 GlobalSelectorMap.insert(std::make_pair(getTotalNumSelectors()+1, &F));
2823 std::make_pair(LocalBaseSelectorID,
2875 GlobalSLocEntryMap.insert(std::make_pair(RangeStart, &F));
2881 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset
2886 F.SLocRemap.insertOrReplace(std::make_pair(0U, 0));
2888 F.SLocRemap.insertOrReplace(std::make_pair(2U,
2902 F.SLocRemap.insert(std::make_pair(0U, 0));
2903 F.SLocRemap.insert(std::make_pair(2U, 1));
2950 SLocRemap.insert(std::make_pair(SLocOffset,
2953 std::make_pair(IdentifierIDOffset,
2955 MacroRemap.insert(std::make_pair(MacroIDOffset,
2958 std::make_pair(PreprocessedEntityIDOffset,
2960 SubmoduleRemap.insert(std::make_pair(SubmoduleIDOffset,
2962 SelectorRemap.insert(std::make_pair(SelectorIDOffset,
2964 DeclRemap.insert(std::make_pair(DeclIDOffset,
2967 TypeRemap.insert(std::make_pair(TypeIndexOffset,
3069 GlobalPreprocessedEntityMap.insert(std::make_pair(StartingID, &F));
3074 std::make_pair(LocalBasePreprocessedEntityID,
3088 DeclUpdateOffsets[ID].push_back(std::make_pair(&F, Record[I + 1]));
3093 PendingUpdateRecords.push_back(std::make_pair(ID, D));
3261 GlobalMacroMap.insert(std::make_pair(getTotalNumMacros() + 1, &F));
3265 std::make_pair(LocalBaseMacroID,
3502 GlobalBitOffsetsMap.insert(std::make_pair(F.GlobalBitOffset, &F));
4422 GlobalSubmoduleMap.insert(std::make_pair(getTotalNumSubmodules()+1,&F));
4427 std::make_pair(LocalBaseSubmoduleID,
4673 PPOpts.Macros.push_back(std::make_pair(Macro, IsUndef));
4705 return std::make_pair(M, LocalIndex);
4714 return std::make_pair(PreprocessingRecord::iterator(),
4720 return std::make_pair(ModuleDeclIterator(this, &Mod, Mod.FileSortedDecls),
4917 return std::make_pair(0,0);
4923 return std::make_pair(BeginID, EndID);
7011 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first;
7036 Undefined.insert(std::make_pair(D, Loc));
7116 Sels.push_back(std::make_pair(Sel, SelLoc));
7136 WeakIDs.push_back(std::make_pair(WeakId, WI));
7160 Pending.push_back(std::make_pair(D, Loc));
7757 return std::make_pair(CtorInitializers, NumInitializers);