Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2418 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
2444 checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
2450 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr()
2501 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
2556 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2565 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2653 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()