Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp2852 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
2878 checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
2884 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr()
2935 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
2990 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2999 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
3089 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()