Home
last modified time | relevance | path

Searched refs:MacroOffsetsBase (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DModuleFile.h322 uint64_t MacroOffsetsBase = 0; variable
DASTWriter.h483 uint64_t MacroOffsetsBase);
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2144 uint64_t MacroOffsetsBase = Stream.GetCurrentBitNo(); in WritePreprocessor() local
2148 WritePreprocessorDetail(*PPRec, MacroOffsetsBase); in WritePreprocessor()
2209 uint64_t StartOffset = Stream.GetCurrentBitNo() - MacroOffsetsBase; in WritePreprocessor()
2286 uint64_t Offset = Stream.GetCurrentBitNo() - MacroOffsetsBase; in WritePreprocessor()
2346 MacroOffsetsBase - ASTBlockStartOffset}; in WritePreprocessor()
2352 uint64_t MacroOffsetsBase) { in WritePreprocessorDetail() argument
2389 uint64_t Offset = Stream.GetCurrentBitNo() - MacroOffsetsBase; in WritePreprocessorDetail()
DASTReader.cpp2097 Cursor.JumpToBit(M.MacroOffsetsBase + PMInfo.MacroDirectivesOffset)) { in resolvePendingMacro()
3683 F.MacroOffsetsBase = Record[2] + F.ASTBlockStartOffset; in ReadASTBlock()
5934 M.MacroOffsetsBase + PPOffs.BitOffset)) { in ReadPreprocessedEntity()
8534 ReadMacroRecord(*M, M->MacroOffsetsBase + M->MacroOffsets[Index]); in getMacro()