Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8471 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, 8483 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 8826 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 8827 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 8860 FormatStringType Type, in CheckFormatArguments() 8948 const Sema::FormatStringType FSType; 8966 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler() 9405 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler() 10353 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() 10525 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, in CheckFormatString()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13184 enum FormatStringType { enum 13196 static FormatStringType GetFormatStringType(const FormatAttr *Format); 13210 unsigned firstDataArg, FormatStringType Type,
|