Searched refs:formatv_object_base (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FormatVariadic.h | 66 class formatv_object_base { 77 formatv_object_base(StringRef Fmt, in formatv_object_base() function 81 formatv_object_base(formatv_object_base const &rhs) = delete; 82 formatv_object_base(formatv_object_base &&rhs) = default; 128 template <typename Tuple> class formatv_object : public formatv_object_base { 153 : formatv_object_base(Fmt, ParameterPointers), in formatv_object() 161 : formatv_object_base(std::move(rhs)), in formatv_object()
|
| H A D | raw_ostream.h | 34 class formatv_object_base; variable 293 raw_ostream &operator<<(const formatv_object_base &);
|
| H A D | JSON.h | 319 Value(const llvm::formatv_object_base &V) : Value(V.str()) {} in Value() 574 ObjectKey(const llvm::formatv_object_base &V) : ObjectKey(V.str()) {} in ObjectKey()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | FormatVariadicTest.cpp | 39 auto Replacements = formatv_object_base::parseFormatString(""); in TEST() 53 auto Replacements = formatv_object_base::parseFormatString("{{"); in TEST() 59 Replacements = formatv_object_base::parseFormatString("{{{{{{"); in TEST() 65 Replacements = formatv_object_base::parseFormatString("}"); in TEST() 71 Replacements = formatv_object_base::parseFormatString("}}}"); in TEST() 79 auto Replacements = formatv_object_base::parseFormatString("{0}"); in TEST() 86 Replacements = formatv_object_base::parseFormatString("{1}"); in TEST() 95 Replacements = formatv_object_base::parseFormatString("{0,3}"); in TEST() 104 Replacements = formatv_object_base::parseFormatString("{0,-3}"); in TEST() 113 Replacements = formatv_object_base::parseFormatString("{0,=3}"); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() 58 formatv_object_base::parseReplacementItem(StringRef Spec) { in parseReplacementItem() 93 formatv_object_base::splitLiteralAndReplacement(StringRef Fmt) { in splitLiteralAndReplacement() 144 formatv_object_base::parseFormatString(StringRef Fmt) { in parseFormatString()
|
| H A D | raw_ostream.cpp | 348 raw_ostream &raw_ostream::operator<<(const formatv_object_base &Obj) { in operator <<()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Logger.h | 33 const llvm::formatv_object_base &Message) = 0; 38 void logImpl(Logger::Level, const char *Fmt, const llvm::formatv_object_base &); 126 const llvm::formatv_object_base &Message) override;
|
| H A D | Logger.cpp | 32 const llvm::formatv_object_base &Message) { in logImpl() 51 const llvm::formatv_object_base &Message) { in log()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Twine.h | 24 class formatv_object_base; variable 147 const formatv_object_base *formatvObject; 319 /*implicit*/ Twine(const formatv_object_base &Fmt) in Twine()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Logging.cpp | 25 const llvm::formatv_object_base &message) { in log()
|
| H A D | Logging.h | 54 const llvm::formatv_object_base &message);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/ |
| H A D | Server.cpp | 452 const llvm::formatv_object_base &Message) override { in makeLogger() 476 const llvm::formatv_object_base &Message) override { in makeLogger()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Log.h | 271 const llvm::formatv_object_base &payload);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ClangdLSPServerTests.cpp | 79 const llvm::formatv_object_base &Message) override { in log()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Log.cpp | 356 const llvm::formatv_object_base &payload) { in Format()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | RewriterGen.cpp | 123 const llvm::formatv_object_base &failureFmt); 830 const llvm::formatv_object_base &failureFmt) { in emitMatchCheck()
|