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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2589 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, function
2615 checkFormatStringExpr(S, C->getTrueExpr(), Args,
2621 checkFormatStringExpr(S, C->getFalseExpr(), Args,
2672 return checkFormatStringExpr(S, Init, Args,
2727 return checkFormatStringExpr(S, Arg, Args,
2736 return checkFormatStringExpr(S, Arg, Args,
2826 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,

Completed in 59 milliseconds