Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp2854 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
3032 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
3033 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
3064 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments()
4496 unsigned firstDataArg, FormatStringType Type, in CheckFormatString()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8820 enum FormatStringType { enum
8831 static FormatStringType GetFormatStringType(const FormatAttr *Format);
8836 FormatStringType Type, bool inFunctionCall,
8853 unsigned firstDataArg, FormatStringType Type,