Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp3126 const StringLiteral *FExpr; member in __anon251ec82a0411::CheckFormatHandler
3148 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler()
3241 return S.getLocationOfStringLiteralByte(FExpr, x - Beg); in getLocationOfByte()
4492 void Sema::CheckFormatString(const StringLiteral *FExpr, in CheckFormatString() argument
4501 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
4504 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(), in CheckFormatString()
4510 StringRef StrRef = FExpr->getString(); in CheckFormatString()
4513 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType()); in CheckFormatString()
4526 FExpr->getLocStart(), in CheckFormatString()
4535 PDiag(diag::warn_empty_format_string), FExpr->getLocStart(), in CheckFormatString()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8833 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,
8840 bool FormatStringHasSArg(const StringLiteral *FExpr);