Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10442 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type,
10457 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
10829 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
10830 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
10863 FormatStringType Type, in CheckFormatArguments()
10951 const Sema::FormatStringType FSType;
10969 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler()
11408 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler()
12397 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler()
12569 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, in CheckFormatString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14012 enum FormatStringType { enum
14024 static FormatStringType GetFormatStringType(const FormatAttr *Format);
14038 unsigned firstDataArg, FormatStringType Type,