Lines Matching refs:GetCurrentBitNo
1495 InputFileOffsets.push_back(Stream.GetCurrentBitNo()); in WriteInputFiles()
1815 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo()); in WriteSourceManagerBlock()
2126 IdentMacroDirectivesOffsetMap[Name] = Stream.GetCurrentBitNo(); in WritePreprocessor()
2152 MacroOffsets.push_back(Stream.GetCurrentBitNo()); in WritePreprocessor()
2157 MacroOffsets[Index] = Stream.GetCurrentBitNo(); in WritePreprocessor()
2259 Stream.GetCurrentBitNo())); in WritePreprocessorDetail()
2729 TypeOffsets.push_back(Stream.GetCurrentBitNo()); in WriteType()
2732 TypeOffsets[Index] = Stream.GetCurrentBitNo(); in WriteType()
2779 uint64_t Offset = Stream.GetCurrentBitNo(); in WriteDeclContextLexicalBlock()
3888 uint64_t Offset = Stream.GetCurrentBitNo(); in WriteDeclContextVisibleBlock()
4861 OffsetsRecord.push_back(Stream.GetCurrentBitNo()); in WriteDeclUpdatesBlocks()
5554 CXXBaseSpecifiersOffsets.push_back(Stream.GetCurrentBitNo()); in FlushCXXBaseSpecifiers()
5558 CXXBaseSpecifiersOffsets[Index] = Stream.GetCurrentBitNo(); in FlushCXXBaseSpecifiers()
5626 CXXCtorInitializersOffsets.push_back(Stream.GetCurrentBitNo()); in FlushCXXCtorInitializers()
5630 CXXCtorInitializersOffsets[Index] = Stream.GetCurrentBitNo(); in FlushCXXCtorInitializers()