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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3293 const StringLiteral *FExpr; member in class:__anon1479::CheckFormatHandler
3315 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
3408 return S.getLocationOfStringLiteralByte(FExpr, x - Beg);
4659 void Sema::CheckFormatString(const StringLiteral *FExpr, argument
4668 if (!FExpr->isAscii() && !FExpr->isUTF8()) {
4671 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(),
4677 StringRef StrRef = FExpr->getString();
4680 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
4693 FExpr
4731 FormatStringHasSArg(const StringLiteral *FExpr) argument
[all...]

Completed in 48 milliseconds