Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1136 auto ASTBlockByteLength = (ASTBlockRange.second >> 3) - ASTBlockStartByte; in writeUnhashedControlBlock() local
1139 StringRef(Buffer.begin() + ASTBlockStartByte, ASTBlockByteLength)); in writeUnhashedControlBlock()