Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3805 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
3849 Left = checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
3858 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr()
3911 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
3967 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
3976 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
4069 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()