Searched refs:FormatStringType (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/strings/ |
D | string_util.cc | 1012 template<class FormatStringType, class OutStringType> 1014 const FormatStringType& format_string, in DoReplaceStringPlaceholders()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3794 Sema::FormatStringType Type, 3807 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 4011 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 4012 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 4043 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() 5547 Sema::FormatStringType Type, in CheckFormatString()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9409 enum FormatStringType { enum 9420 static FormatStringType GetFormatStringType(const FormatAttr *Format); 9435 unsigned firstDataArg, FormatStringType Type,
|