Home
last modified time | relevance | path

Searched refs:decodeRaw (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw() function
127 UIntTy decodeRaw(EncodedTy Encoded) { in decodeRaw() function
131 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()