Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadic.h65 class formatv_object_base {
76 formatv_object_base(StringRef Fmt, in formatv_object_base() function
80 formatv_object_base(formatv_object_base const &rhs) = delete;
81 formatv_object_base(formatv_object_base &&rhs) = default;
127 template <typename Tuple> class formatv_object : public formatv_object_base {
152 : formatv_object_base(Fmt, ParameterPointers), in formatv_object()
160 : formatv_object_base(std::move(rhs)), in formatv_object()
H A Draw_ostream.h30 class formatv_object_base; variable
283 raw_ostream &operator<<(const formatv_object_base &);
H A DJSON.h326 Value(const llvm::formatv_object_base &V) : Value(V.str()) {} in Value()
513 ObjectKey(const llvm::formatv_object_base &V) : ObjectKey(V.str()) {} in ObjectKey()
/netbsd-src/external/apache2/llvm/dist/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.cpp349 raw_ostream &raw_ostream::operator<<(const formatv_object_base &Obj) { in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h21 class formatv_object_base; variable
143 const formatv_object_base *formatvObject;
300 /*implicit*/ Twine(const formatv_object_base &Fmt) in Twine()