Searched refs:getCodeUnit (Results 1 – 8 of 8) sorted by relevance
2478 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()2485 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
882 switch (uint32_t Char = getCodeUnit(I)) { in outputString()890 uint32_t Trail = getCodeUnit(I + 1); in outputString()
2048 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()2070 Value = S->getCodeUnit(I); in expandStringLiteral()
2817 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()2827 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
1507 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
1541 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2211 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1565 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()