Searched refs:getCodeUnit (Results 1 – 8 of 8) sorted by relevance
2643 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()2650 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()
2886 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()2896 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
2275 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1610 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()