Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10968 const Expr *origFormatExpr, in CheckFormatHandler() argument
10976 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler()
11407 const Expr *origFormatExpr, in CheckPrintfHandler() argument
11415 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler()
12397 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() argument
12404 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()