Searched refs:FExpr (Results 1 – 2 of 2) sorted by relevance
8422 const StringLiteral *FExpr; member in __anon8097fee11b11::FormatStringLiteral8427 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()8430 return FExpr->getString().drop_front(Offset); in getString()8445 bool isWide() const { return FExpr->isWide(); } in isWide()8446 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8()8447 bool isUTF16() const { return FExpr->isUTF16(); } in isUTF16()8946 const FormatStringLiteral *FExpr; member in __anon8097fee11c11::CheckFormatHandler10530 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()10539 StringRef StrRef = FExpr->getString(); in CheckFormatString()10560 FExpr->getBeginLoc(), in CheckFormatString()[all …]
13198 bool FormatStringHasSArg(const StringLiteral *FExpr);