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