Searched refs:ASTBlockStartByte (Results 1 – 1 of 1) sorted by relevance
1135 auto ASTBlockStartByte = ASTBlockRange.first >> 3; in writeUnhashedControlBlock() local1136 auto ASTBlockByteLength = (ASTBlockRange.second >> 3) - ASTBlockStartByte; in writeUnhashedControlBlock()1139 StringRef(Buffer.begin() + ASTBlockStartByte, ASTBlockByteLength)); in writeUnhashedControlBlock()