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

/external/libchrome/base/strings/
H A Dstring_util.cc885 template<class FormatStringType, class OutStringType>
887 const FormatStringType& format_string,
/external/clang/lib/Sema/
H A DSemaChecking.cpp3021 unsigned firstDataArg, Sema::FormatStringType Type,
3199 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) {
3200 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName())
3231 unsigned firstDataArg, FormatStringType Type,
4663 unsigned firstDataArg, FormatStringType Type,
/external/clang/include/clang/Sema/
H A DSema.h9027 enum FormatStringType { enum in class:clang::Sema
9038 static FormatStringType GetFormatStringType(const FormatAttr *Format);
9043 FormatStringType Type, bool inFunctionCall,
9060 unsigned firstDataArg, FormatStringType Type,

Completed in 114 milliseconds