Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1149 auto ASTBlockByteLength = (ASTBlockRange.second >> 3) - ASTBlockStartByte; in writeUnhashedControlBlock() local
1152 StringRef(Buffer.begin() + ASTBlockStartByte, ASTBlockByteLength)); in writeUnhashedControlBlock()