Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 8713 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, 8728 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 9098 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 9099 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 9132 FormatStringType Type, in CheckFormatArguments() 9221 const Sema::FormatStringType FSType; 9239 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler() 9678 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler() 10675 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() 10847 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, in CheckFormatString()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 13560 enum FormatStringType { enum 13573 static FormatStringType GetFormatStringType(const FormatAttr *Format); 13587 unsigned firstDataArg, FormatStringType Type,
|