Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6317 Sema::FormatStringType Type, 6330 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 6608 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 6609 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 6641 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() 6730 const Sema::FormatStringType FSType; 6748 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler() 7186 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler() 8060 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() 8233 Sema::FormatStringType Type, in CheckFormatString()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10554 enum FormatStringType { enum 10566 static FormatStringType GetFormatStringType(const FormatAttr *Format); 10581 unsigned firstDataArg, FormatStringType Type,
|