Searched refs:getCodeUnit (Results 1 – 13 of 13) sorted by relevance
83 const uint32_t CodePoint = I == StringLength ? 0 : S->getCodeUnit(I); in createGlobalString()
2481 uint32_t CodeUnit = E->getCodeUnit(I); in VisitStringLiteral()
4287 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()4296 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1232 uint32_t Char = getCodeUnit(I); in outputString()1241 uint32_t Trail = getCodeUnit(I + 1); in outputString()
3700 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()3725 Value = S->getCodeUnit(I); in expandStringLiteral()11859 Value = SL->getCodeUnit(I); in VisitCXXParenListOrInitListExpr()
1880 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function1895 int64_t V = getCodeUnit(I); in getCodeUnitS()5109 EExpr->Data->BinaryData->getCodeUnit(CurOffset),
2038 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
1439 Value = SL->getCodeUnit(I); in EmitArrayInitialization()
6774 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()6784 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
1014 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
267 SL->getCodeUnit(SL->getLength() - 1) == 0; in CheckStringInit()3306 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
17661 Value = SL->getCodeUnit(I); in EvaluateAsStringImpl()
2275 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()