Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h146 std::pair<uint64_t, uint64_t> ASTBlockRange; variable
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1065 auto ASTBlockStartByte = ASTBlockRange.first >> 3; in writeUnhashedControlBlock()
1066 auto ASTBlockByteLength = (ASTBlockRange.second >> 3) - ASTBlockStartByte; in writeUnhashedControlBlock()
4569 ASTBlockRange.first = Stream.GetCurrentBitNo(); in WriteASTCore()
4931 ASTBlockRange.second = Stream.GetCurrentBitNo(); in WriteASTCore()