Searched refs:getCodeUnit (Results 1 – 9 of 9) sorted by relevance
3422 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()3431 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1018 switch (uint32_t Char = getCodeUnit(I)) { in outputString()1026 uint32_t Trail = getCodeUnit(I + 1); in outputString()
2666 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()2688 Value = S->getCodeUnit(I); in expandStringLiteral()
1655 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
4457 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()4467 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
983 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
1664 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2697 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1668 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()