Searched refs:FormatStringType (Results 1 – 5 of 5) 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/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7053 Sema::FormatStringType Type, 7067 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() 7372 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() 7373 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType() 7405 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() 7494 const Sema::FormatStringType FSType; 7512 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler() 7950 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler() 8863 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler() 9037 Sema::FormatStringType Type, in CheckFormatString()
|
/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,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12310 enum FormatStringType { enum 12322 static FormatStringType GetFormatStringType(const FormatAttr *Format); 12337 unsigned firstDataArg, FormatStringType Type,
|