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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2234 const StringLiteral *FExpr; member in class:__anon15345::CheckFormatHandler
2256 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2351 return S.getLocationOfStringLiteralByte(FExpr, x - Beg);
3431 void Sema::CheckFormatString(const StringLiteral *FExpr, argument
3440 if (!FExpr->isAscii() && !FExpr->isUTF8()) {
3443 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(),
3449 StringRef StrRef = FExpr->getString();
3458 PDiag(diag::warn_empty_format_string), FExpr->getLocStart(),
3464 CheckPrintfHandler H(*this, FExpr, OrigFormatExp
[all...]
/external/clang/include/clang/Sema/
H A DSema.h7669 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,

Completed in 79 milliseconds