Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6266 const StringLiteral *FExpr; member in __anon7dcd61c00e11::FormatStringLiteral
6271 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
6274 return FExpr->getString().drop_front(Offset); in getString()
6288 bool isAscii() const { return FExpr->isAscii(); } in isAscii()
6289 bool isWide() const { return FExpr->isWide(); } in isWide()
6290 bool isUTF8() const { return FExpr->isUTF8(); } in isUTF8()
6728 const FormatStringLiteral *FExpr; member in __anon7dcd61c00f11::CheckFormatHandler
8239 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
8248 StringRef StrRef = FExpr->getString(); in CheckFormatString()
8265 FExpr->getBeginLoc(), in CheckFormatString()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10568 bool FormatStringHasSArg(const StringLiteral *FExpr);