Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp2948 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
2955 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp3737 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
3746 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral() local
/external/clang/lib/Sema/
DSemaInit.cpp2500 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local
2522 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp2894 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer() local
2917 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]); in CheckDesignatedInitializer() local