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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1854 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); local
1869 checkFormatStringExpr(OrigFormatExpr, Args, NumArgs, HasVAListArg,
1893 << OrigFormatExpr->getSourceRange();
1897 << OrigFormatExpr->getSourceRange();
1906 const Expr *OrigFormatExpr; member in class:__anon3719::CheckFormatHandler
1926 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2005 return OrigFormatExpr->getSourceRange();
2131 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
2986 const Expr *OrigFormatExpr,
2997 /*IsStringLocation*/true, OrigFormatExpr
2985 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument
[all...]

Completed in 85 milliseconds