Searched refs:CodeUnit (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2948 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local 2950 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral() 2955 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local 2957 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()
|
/external/llvm-project/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 3737 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local 3739 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral() 3746 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local 3748 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff); in mangleStringLiteral()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2500 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local 2502 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer() 2522 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local 2524 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 2894 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local 2896 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer() 2917 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local 2919 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc()); in CheckDesignatedInitializer()
|