Searched refs:ASTBlockRange (Results 1 – 2 of 2) sorted by relevance
145 std::pair<uint64_t, uint64_t> ASTBlockRange; variable
1179 Hasher.update(AllBytes.slice(ASTBlockRange.first, ASTBlockRange.second)); in createSignature()1187 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()1189 Hasher.update(AllBytes.slice(ASTBlockRange.second, StringRef::npos)); in createSignature()5431 ASTBlockRange.first = Stream.GetCurrentBitNo() >> 3; in WriteASTCore()5600 ASTBlockRange.second = Stream.GetCurrentBitNo() >> 3; in WriteASTCore()