Searched refs:getCodeUnit (Results 1 – 19 of 19) 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()
58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
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()
3737 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()3746 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
1019 switch (uint32_t Char = getCodeUnit(I)) { in outputString()1027 uint32_t Trail = getCodeUnit(I + 1); in outputString()
3381 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()3406 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()
1658 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
5168 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()5178 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
991 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
1536 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
1853 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()
2894 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
1918 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()