Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp3889 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
3898 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp2951 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local
2974 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local