Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7528 Sema::FormatStringType Type, 7542 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 7847 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 7848 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 7880 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() 7969 const Sema::FormatStringType FSType; 7987 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler() 8425 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler() 9341 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() 9515 Sema::FormatStringType Type, in CheckFormatString()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12641 enum FormatStringType { enum 12653 static FormatStringType GetFormatStringType(const FormatAttr *Format); 12668 unsigned firstDataArg, FormatStringType Type,
|