Searched refs:OrigFormatExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3241 const Expr *OrigFormatExpr = Args[format_idx]->IgnoreParenCasts(); in CheckFormatArguments() local 3256 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments() 3281 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 3285 << OrigFormatExpr->getSourceRange(); in CheckFormatArguments() 3294 const Expr *OrigFormatExpr; member in __anoncb51d7940411::CheckFormatHandler 3315 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler() 3393 return OrigFormatExpr->getSourceRange(); in getFormatStringRange() 3536 if (!isa<ObjCStringLiteral>(OrigFormatExpr)) { in HandleNullChar() 4660 const Expr *OrigFormatExpr, in CheckFormatString() argument 4672 /*IsStringLocation*/true, OrigFormatExpr->getSourceRange()); in CheckFormatString() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9040 void CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr,
|