Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3853 unsigned OffsetInCodeUnit = Index % CharByteWidth; in mangleStringLiteral() local
3854 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()
3862 unsigned OffsetInCodeUnit = (CharByteWidth - 1) - (Index % CharByteWidth); in mangleStringLiteral() local
3863 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()