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

/external/chromium/base/
H A Dstring_util.cc834 template<class FormatStringType, class OutStringType>
835 OutStringType DoReplaceStringPlaceholders(const FormatStringType& format_string,
850 for (typename FormatStringType::const_iterator i = format_string.begin();
/external/clang/include/clang/Sema/
H A DSema.h7119 enum FormatStringType { enum in class:clang::Sema
7128 static FormatStringType GetFormatStringType(const FormatAttr *Format);
7141 FormatStringType Type,
7148 FormatStringType Type, bool inFunctionCall,
7157 unsigned firstDataArg, FormatStringType Type,
/external/clang/lib/Sema/
H A DSemaChecking.cpp1624 FormatStringType Type, VariadicCallType CallType,
1817 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) {
1818 return llvm::StringSwitch<FormatStringType>(Format->getType())
1845 unsigned firstDataArg, FormatStringType Type,
2989 unsigned firstDataArg, FormatStringType Type,

Completed in 126 milliseconds