Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2638 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local
2653 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
2678 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
2682 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments()
2691 const Expr *OrigFormatExpr; member in __anon0a2745240411::CheckFormatHandler
2712 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler()
2790 return OrigFormatExpr->getSourceRange(); in getFormatStringRange()
2933 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar()
3963 const Expr *OrigFormatExpr, in CheckFormatString() argument
3975 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8574 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,