Searched refs:getCodeUnit (Results 1 – 11 of 11) sorted by relevance
22 if (Node.getCodeUnit(I) == '\0') in AST_MATCHER()66 if (Offset + 3 < Length && SL->getCodeUnit(Offset) == '\0' && in check()67 SL->getCodeUnit(Offset + 1) == 'x' && in check()68 isDigit(SL->getCodeUnit(Offset + 2)) && in check()69 isDigit(SL->getCodeUnit(Offset + 3))) { in check()
73 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
3889 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()3898 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1138 uint32_t Char = getCodeUnit(I); in outputString()1147 uint32_t Trail = getCodeUnit(I + 1); in outputString()
3403 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()3428 Value = S->getCodeUnit(I); in expandStringLiteral()
1887 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
5698 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()5708 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
996 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
1865 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
2951 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1983 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()