Searched refs:getCodeUnit (Results 1 – 12 of 12) sorted by relevance
77 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
1903 uint32_t CodeUnit = E->getCodeUnit(I); in VisitStringLiteral()
4195 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()4204 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1236 uint32_t Char = getCodeUnit(I); in outputString()1245 uint32_t Trail = getCodeUnit(I + 1); in outputString()
3484 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()3509 Value = S->getCodeUnit(I); in expandStringLiteral()11327 Value = SL->getCodeUnit(I); in VisitCXXParenListOrInitListExpr()
1879 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
1870 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function1885 int64_t V = getCodeUnit(I); in getCodeUnitS()
1353 Value = SL->getCodeUnit(I); in EmitArrayInitialization()
6449 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()6459 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
1013 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
3224 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
2168 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()