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