Searched refs:decodeRaw (Results 1 – 1 of 1) sorted by relevance
54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw() function127 UIntTy decodeRaw(EncodedTy Encoded) { in decodeRaw() function131 return SourceLocationEncoding::decodeRaw(Prev = Encoded); in decodeRaw()132 return SourceLocationEncoding::decodeRaw(Prev += zagZig(Encoded - 1)); in decodeRaw()137 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()192 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()196 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()