Home
last modified time | relevance | path

Searched refs: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
3891 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()
3898 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
3900 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp2951 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local
2953 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
2974 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local
2976 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()