Searched refs:origFormatExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6166 const Expr *origFormatExpr, in CheckFormatHandler() argument 6174 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler() 6605 const Expr *origFormatExpr, in CheckPrintfHandler() argument 6613 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler() 7639 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() argument 7646 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()
|