Searched refs:checkFormatStringExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3019 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function 3045 checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr() 3051 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr() 3102 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr() 3157 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 3166 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr() 3256 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()
|