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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2014 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, function
2040 checkFormatStringExpr(S, C->getTrueExpr(), Args,
2046 checkFormatStringExpr(S, C->getFalseExpr(), Args,
2097 return checkFormatStringExpr(S, Init, Args,
2152 return checkFormatStringExpr(S, Arg, Args,
2161 return checkFormatStringExpr(S, Arg, Args,
2249 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg,

Completed in 72 milliseconds