Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| 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-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 12644 enum FormatStringType { enum 12656 static FormatStringType GetFormatStringType(const FormatAttr *Format); 12671 unsigned firstDataArg, FormatStringType Type,
|