Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6747 const Expr *origFormatExpr, in CheckFormatHandler() argument
6754 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
7185 const Expr *origFormatExpr, in CheckPrintfHandler() argument
7193 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler()
8060 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() argument
8067 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()