Searched refs:FormatStringType (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 1978 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()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7872 enum FormatStringType { enum 7881 static FormatStringType GetFormatStringType(const FormatAttr *Format); 7886 FormatStringType Type, bool inFunctionCall, 7899 unsigned firstDataArg, FormatStringType Type,
|