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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2234 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); local
2249 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,
2274 << OrigFormatExpr->getSourceRange();
2278 << OrigFormatExpr->getSourceRange();
2287 const Expr *OrigFormatExpr; member in class:__anon18007::CheckFormatHandler
2308 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
2386 return OrigFormatExpr->getSourceRange();
2529 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
3512 const Expr *OrigFormatExpr,
3524 /*IsStringLocation*/true, OrigFormatExpr
3511 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]

Completed in 152 milliseconds