Searched defs:DumpVisitor (Results 1 – 7 of 7) sorted by relevance
67 struct DumpVisitor { struct68 unsigned Depth = 0;69 bool PendingNewline = false;71 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline()74 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()75 static constexpr bool wantsNewline(...) { return false; } in wantsNewline()77 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline()84 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr()85 void print(std::string_view SV) { in print()88 void print(const Node *N) { in print()[all …]
68 struct DumpVisitor { struct69 unsigned Depth = 0;70 bool PendingNewline = false;72 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline()75 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()76 static constexpr bool wantsNewline(...) { return false; } in wantsNewline()78 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline()85 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr()86 void print(StringView SV) { in print()89 void print(const Node *N) { in print()[all …]
63 struct DumpVisitor { struct64 unsigned Depth = 0;65 bool PendingNewline = false;67 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline()70 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()71 static constexpr bool wantsNewline(...) { return false; } in wantsNewline()73 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline()80 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr()81 void print(StringView SV) { in print()84 void print(const Node *N) { in print()[all …]
65 struct DumpVisitor { struct66 unsigned Depth = 0;67 bool PendingNewline = false;69 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline()72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()73 static constexpr bool wantsNewline(...) { return false; } in wantsNewline()75 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline()82 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr()83 void print(StringView SV) { in print()86 void print(const Node *N) { in print()[all …]
136 class DumpVisitor : public DWARFYAML::ConstVisitor { class194 DumpVisitor(const DWARFYAML::Data &DI, raw_ostream &Out) in DumpVisitor() function in __anon0ee4f78f0111::DumpVisitor
88 public final class DumpVisitor implements VoidVisitor<Object> { class92 public DumpVisitor() { in DumpVisitor() method in DumpVisitor96 public DumpVisitor(boolean printComments) { in DumpVisitor() method in DumpVisitor
50 public class DumpVisitor implements VoidVisitor<Object> { class54 public DumpVisitor() { in DumpVisitor() method in DumpVisitor58 public DumpVisitor(boolean printComments) { in DumpVisitor() method in DumpVisitor