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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3302 const StringLiteral *FExpr; member in class:__anon3979::CheckFormatHandler
3324 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
3417 return S.getLocationOfStringLiteralByte(FExpr, x - Beg);
4668 void Sema::CheckFormatString(const StringLiteral *FExpr, argument
4677 if (!FExpr->isAscii() && !FExpr->isUTF8()) {
4680 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(),
4686 StringRef StrRef = FExpr->getString();
4689 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
4702 FExpr
4740 FormatStringHasSArg(const StringLiteral *FExpr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9051 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,
9058 bool FormatStringHasSArg(const StringLiteral *FExpr);

Completed in 208 milliseconds