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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1905 const StringLiteral *FExpr; member in class:__anon173::CheckFormatHandler
1926 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2020 return S.getLocationOfStringLiteralByte(FExpr, x - Beg);
2985 void Sema::CheckFormatString(const StringLiteral *FExpr, argument
2993 if (!FExpr->isAscii() && !FExpr->isUTF8()) {
2996 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(),
3002 StringRef StrRef = FExpr->getString();
3011 PDiag(diag::warn_empty_format_string), FExpr->getLocStart(),
3017 CheckPrintfHandler H(*this, FExpr, OrigFormatExp
[all...]

Completed in 80 milliseconds