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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2286 const StringLiteral *FExpr; member in class:__anon18007::CheckFormatHandler
2308 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2401 return S.getLocationOfStringLiteralByte(FExpr, x - Beg);
3511 void Sema::CheckFormatString(const StringLiteral *FExpr, argument
3520 if (!FExpr->isAscii() && !FExpr->isUTF8()) {
3523 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(),
3529 StringRef StrRef = FExpr->getString();
3532 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
3545 FExpr
[all...]

Completed in 426 milliseconds