Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7714 const Expr *origFormatExpr, in CheckFormatHandler() argument
7721 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
8152 const Expr *origFormatExpr, in CheckPrintfHandler() argument
8160 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler()
9069 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() argument
9076 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()