Searched refs:OrigFormatExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2811 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local 2826 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments() 2851 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 2855 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 2864 const Expr *OrigFormatExpr; member in __anon817ecb130411::CheckFormatHandler 2885 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler() 2963 return OrigFormatExpr->getSourceRange(); in getFormatStringRange() 3106 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar() 4185 const Expr *OrigFormatExpr, in CheckFormatString() argument 4197 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8515 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,
|