Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.cc938 template<class FormatStringType, class OutStringType>
940 const FormatStringType& format_string, in DoReplaceStringPlaceholders()
/external/clang/lib/Sema/
DSemaChecking.cpp3794 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/
DSema.h9409 enum FormatStringType { enum
9420 static FormatStringType GetFormatStringType(const FormatAttr *Format);
9435 unsigned firstDataArg, FormatStringType Type,