Searched refs:getCodeUnit (Results 1 – 8 of 8) sorted by relevance
2948 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()2955 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
876 switch (uint32_t Char = getCodeUnit(I)) { in outputString()884 uint32_t Trail = getCodeUnit(I + 1); in outputString()
2228 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()2250 Value = S->getCodeUnit(I); in expandStringLiteral()
3404 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()3414 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
1603 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
1536 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2500 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1706 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()