Home
last modified time | relevance | path

Searched refs:formatv_object_base (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormatVariadic.h66 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 Draw_ostream.h34 class formatv_object_base; variable
293 raw_ostream &operator<<(const formatv_object_base &);
H A DJSON.h319 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 DFormatVariadicTest.cpp39 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 DFormatVariadic.cpp27 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 Draw_ostream.cpp348 raw_ostream &raw_ostream::operator<<(const formatv_object_base &Obj) { in operator <<()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.h33 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 DLogger.cpp32 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 DTwine.h24 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 DLogging.cpp25 const llvm::formatv_object_base &message) { in log()
H A DLogging.h54 const llvm::formatv_object_base &message);
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp452 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 DLog.h271 const llvm::formatv_object_base &payload);
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp79 const llvm::formatv_object_base &Message) override { in log()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp356 const llvm::formatv_object_base &payload) { in Format()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp123 const llvm::formatv_object_base &failureFmt);
830 const llvm::formatv_object_base &failureFmt) { in emitMatchCheck()