Searched refs:FExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3293 const StringLiteral *FExpr; member in __anoncb51d7940411::CheckFormatHandler 3315 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler() 3408 return S.getLocationOfStringLiteralByte(FExpr, x - Beg); in getLocationOfByte() 4659 void Sema::CheckFormatString(const StringLiteral *FExpr, in CheckFormatString() argument 4668 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString() 4671 PDiag(diag::warn_format_string_is_wide_literal), FExpr->getLocStart(), in CheckFormatString() 4677 StringRef StrRef = FExpr->getString(); in CheckFormatString() 4680 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType()); in CheckFormatString() 4693 FExpr->getLocStart(), in CheckFormatString() 4702 PDiag(diag::warn_empty_format_string), FExpr->getLocStart(), in CheckFormatString() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9040 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, 9047 bool FormatStringHasSArg(const StringLiteral *FExpr);
|