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