Home
last modified time | relevance | path

Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5643 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type,
5658 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
6030 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
6031 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
6061 FormatStringType Type, in CheckFormatArguments()
6149 const Sema::FormatStringType FSType;
6167 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler()
6606 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler()
7639 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler()
7812 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, in CheckFormatString()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2207 enum FormatStringType { enum
2219 static FormatStringType GetFormatStringType(const FormatAttr *Format);
2564 unsigned firstDataArg, FormatStringType Type,