Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2420 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 2598 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 2599 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 2628 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() 3966 unsigned firstDataArg, FormatStringType Type, in CheckFormatString()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8563 enum FormatStringType { enum 8572 static FormatStringType GetFormatStringType(const FormatAttr *Format); 8577 FormatStringType Type, bool inFunctionCall, 8594 unsigned firstDataArg, FormatStringType Type,
|