Home
last modified time | relevance | path

Searched refs:FExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8422 const StringLiteral *FExpr; member in __anon8097fee11b11::FormatStringLiteral
8427 : 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::CheckFormatHandler
10530 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
10539 StringRef StrRef = FExpr->getString(); in CheckFormatString()
10560 FExpr->getBeginLoc(), in CheckFormatString()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13198 bool FormatStringHasSArg(const StringLiteral *FExpr);