Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2690 const StringLiteral *FExpr; member in __anonb40dc79c0411::CheckFormatHandler
2712 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler()
2805 return S.getLocationOfStringLiteralByte(FExpr, x - Beg); in getLocationOfByte()
3962 void Sema::CheckFormatString(const StringLiteral *FExpr, in CheckFormatString() argument
3971 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
3980 StringRef StrRef = FExpr->getString(); in CheckFormatString()
3996 FExpr->getLocStart(), in CheckFormatString()
4005 PDiag(diag::warn_empty_format_string), FExpr->getLocStart(), in CheckFormatString()
4011 CheckPrintfHandler H(*this, FExpr, OrigFormatExpr, firstDataArg, in CheckFormatString()
4032 bool Sema::FormatStringHasSArg(const StringLiteral *FExpr) { in FormatStringHasSArg() argument
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8574 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,
8581 bool FormatStringHasSArg(const StringLiteral *FExpr);