Searched refs:origFormatExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4146 const Expr *origFormatExpr, unsigned firstDataArg, in CheckFormatHandler() argument 4153 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), in CheckFormatHandler() 4585 const Expr *origFormatExpr, unsigned firstDataArg, in CheckPrintfHandler() argument 4593 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg, in CheckPrintfHandler() 5372 const Expr *origFormatExpr, unsigned firstDataArg, in CheckScanfHandler() argument 5379 : CheckFormatHandler(s, fexpr, origFormatExpr, firstDataArg, in CheckScanfHandler()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7511 const Expr *origFormatExpr, in CheckFormatHandler() argument 7518 : S(s), FExpr(fexpr), OrigFormatExpr(origFormatExpr), FSType(type), in CheckFormatHandler() 7949 const Expr *origFormatExpr, in CheckPrintfHandler() argument 7957 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckPrintfHandler() 8863 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() argument 8870 : CheckFormatHandler(s, fexpr, origFormatExpr, type, firstDataArg, in CheckScanfHandler()
|