Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10393 const StringLiteral *FExpr; member in __anon1d690be71e11::FormatStringLiteral
10398 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
10401 return FExpr->getString().drop_front(Offset); in getString()
10416 bool isWide() const { return FExpr->isWide(); } in isWide()
10417 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8()
10418 bool isUTF16() const { return FExpr->isUTF16(); } in isUTF16()
10949 const FormatStringLiteral *FExpr; member in __anon1d690be71f11::CheckFormatHandler
12574 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
12583 StringRef StrRef = FExpr->getString(); in CheckFormatString()
12604 FExpr->getBeginLoc(), in CheckFormatString()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14026 bool FormatStringHasSArg(const StringLiteral *FExpr);