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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3790 const Expr *OrigFormatExpr,
4053 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); local
4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,
4102 << OrigFormatExpr->getSourceRange();
4119 << OrigFormatExpr->getSourceRange();
4129 const Expr *OrigFormatExpr; member in class:__anon1428::CheckFormatHandler
4153 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
4230 return OrigFormatExpr->getSourceRange();
4373 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
4397 UncoveredArg.Update(notCoveredArg, OrigFormatExpr);
5542 CheckFormatString(Sema &S, const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
[all...]

Completed in 66 milliseconds