Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4194 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); mangleStringLiteral() local
4203 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); mangleStringLiteral() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3215 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); CheckDesignatedInitializer() local
3238 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); CheckDesignatedInitializer() local
H A DSemaDeclCXX.cpp16980 uint32_t CodeUnit = static_cast<uint32_t>(V.getInt().getZExtValue()); ConvertAPValueToString() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp