Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h51 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw() function
90 return {SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()
94 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()