Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7256 Sema::FormatStringType Type,
7270 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
7575 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
7576 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
7608 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments()
7697 const Sema::FormatStringType FSType;
7715 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler()
8153 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler()
9069 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler()
9243 Sema::FormatStringType Type, in CheckFormatString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12538 enum FormatStringType { enum
12550 static FormatStringType GetFormatStringType(const FormatAttr *Format);
12565 unsigned firstDataArg, FormatStringType Type,