Searched defs:CodeUnit (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | MicrosoftMangle.cpp | 4194 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); mangleStringLiteral() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaInit.cpp | 3215 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); CheckDesignatedInitializer() local |
H A D | SemaDeclCXX.cpp | 16980 uint32_t CodeUnit = static_cast<uint32_t>(V.getInt().getZExtValue()); ConvertAPValueToString() local |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Compiler.cpp |
|