Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp3890 unsigned OffsetInCodeUnit = Index % CharByteWidth; in mangleStringLiteral() local
3899 unsigned OffsetInCodeUnit = (CharByteWidth - 1) - (Index % CharByteWidth); in mangleStringLiteral() local