Searched refs:FExpr (Results 1 – 2 of 2) sorted by relevance
7205 const StringLiteral *FExpr; member in __anon7fa672bc1311::FormatStringLiteral7210 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()7213 return FExpr->getString().drop_front(Offset); in getString()7217 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()7220 unsigned getLength() const { return FExpr->getLength() - Offset; } in getLength()7221 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth()7223 StringLiteral::StringKind getKind() const { return FExpr->getKind(); } in getKind()7225 QualType getType() const { return FExpr->getType(); } in getType()7227 bool isAscii() const { return FExpr->isAscii(); } in isAscii()7228 bool isWide() const { return FExpr->isWide(); } in isWide()[all …]
12552 bool FormatStringHasSArg(const StringLiteral *FExpr);