Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp1978 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
2206 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
2207 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
2236 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments()
3543 unsigned firstDataArg, FormatStringType Type, in CheckFormatString()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7872 enum FormatStringType { enum
7881 static FormatStringType GetFormatStringType(const FormatAttr *Format);
7886 FormatStringType Type, bool inFunctionCall,
7899 unsigned firstDataArg, FormatStringType Type,