Searched refs:getCharByteWidth (Results 1 – 11 of 11) sorted by relevance
588 if (!strArg || strArg->getCharByteWidth() != 1) in checkCall_mkstemp()
3406 unsigned StringByteLength = StringLength * SL->getCharByteWidth(); in mangleStringLiteral()3419 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()3428 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral()
2663 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in extractStringLiteralCharacter()2683 APSInt Value(S->getCharByteWidth() * Info.Ctx.getCharWidth(), in expandStringLiteral()8381 S->getCharByteWidth() == 1 && in VisitBuiltinCallExpr()
1650 assert(getCharByteWidth() == 1 && in getString()1666 switch (getCharByteWidth()) { in getCodeUnit()1677 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength()1679 unsigned getCharByteWidth() const { return StringLiteralBits.CharByteWidth; } in getCharByteWidth() function
786 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSection()908 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSSegment()972 if (SegmentName->getCharByteWidth() != 1) { in HandlePragmaMSInitSeg()
1038 if (MessageStringLiteral->getCharByteWidth() != 1) { in ParseAvailabilityAttribute()
525 Record.push_back(E->getCharByteWidth()); in VisitStringLiteral()
607 assert((CharByteWidth == E->getCharByteWidth()) && "Wrong character width!"); in VisitStringLiteral()
6278 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()6282 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth() function in __anon7dcd61c00e11::FormatStringLiteral
4438 if (E->getCharByteWidth() == 1) { in GetConstantArrayFromStringLiteral()
2950 assert(Str->getCharByteWidth() == 2); in EmitBuiltinExpr()