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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3250 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); local
3265 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,
3290 << OrigFormatExpr->getSourceRange();
3294 << OrigFormatExpr->getSourceRange();
3303 const Expr *OrigFormatExpr; member in class:__anon3979::CheckFormatHandler
3324 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr),
3402 return OrigFormatExpr->getSourceRange();
3545 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) {
4669 const Expr *OrigFormatExpr,
4681 /*IsStringLocation*/true, OrigFormatExpr
4668 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...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9051 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,

Completed in 104 milliseconds