Searched refs:getCodeUnit (Results 1 – 10 of 10) sorted by relevance
58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
3852 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()3861 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1159 switch (uint32_t Char = getCodeUnit(I)) { in outputString()1167 uint32_t Trail = getCodeUnit(I + 1); in outputString()
3389 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()3414 Value = S->getCodeUnit(I); in expandStringLiteral()
1657 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
5313 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()5323 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
995 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
1852 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2923 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1925 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()