Searched refs:getCodeUnit (Results 1 – 8 of 8) sorted by relevance
2821 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()2828 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
887 switch (uint32_t Char = getCodeUnit(I)) { in outputString()895 uint32_t Trail = getCodeUnit(I + 1); in outputString()
2132 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()2154 Value = S->getCodeUnit(I); in expandStringLiteral()
3131 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()3141 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
1603 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
1578 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2414 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1644 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()