Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp1976 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, in checkFormatStringExpr() function
2002 checkFormatStringExpr(S, C->getTrueExpr(), Args, in checkFormatStringExpr()
2008 checkFormatStringExpr(S, C->getFalseExpr(), Args, in checkFormatStringExpr()
2059 return checkFormatStringExpr(S, Init, Args, in checkFormatStringExpr()
2117 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2126 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2145 return checkFormatStringExpr(S, Arg, Args, in checkFormatStringExpr()
2261 checkFormatStringExpr(*this, OrigFormatExpr, Args, HasVAListArg, in CheckFormatArguments()