Home
last modified time | relevance | path

Searched refs:ASTBlockRange (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h135 std::pair<uint64_t, uint64_t> ASTBlockRange; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1135 auto ASTBlockStartByte = ASTBlockRange.first >> 3; in writeUnhashedControlBlock()
1136 auto ASTBlockByteLength = (ASTBlockRange.second >> 3) - ASTBlockStartByte; in writeUnhashedControlBlock()
4689 ASTBlockRange.first = Stream.GetCurrentBitNo(); in WriteASTCore()
5046 ASTBlockRange.second = Stream.GetCurrentBitNo(); in WriteASTCore()