Home
last modified time | relevance | path

Searched defs:DumpVisitor (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxxabi/src/
H A Dcxa_demangle.cpp67 struct DumpVisitor { global() struct
68 Depth__anonfcb94e470111::DumpVisitor global() argument
69 PendingNewline__anonfcb94e470111::DumpVisitor global() argument
71 wantsNewline__anonfcb94e470111::DumpVisitor wantsNewline() argument
74 wantsNewline__anonfcb94e470111::DumpVisitor wantsNewline() argument
75 wantsNewline__anonfcb94e470111::DumpVisitor wantsNewline() argument
77 anyWantNewline__anonfcb94e470111::DumpVisitor anyWantNewline() argument
84 printStr__anonfcb94e470111::DumpVisitor printStr() argument
85 print__anonfcb94e470111::DumpVisitor print() argument
88 print__anonfcb94e470111::DumpVisitor print() argument
94 print__anonfcb94e470111::DumpVisitor print() argument
110 print__anonfcb94e470111::DumpVisitor print() argument
113 print__anonfcb94e470111::DumpVisitor print() argument
118 print__anonfcb94e470111::DumpVisitor print() argument
122 print__anonfcb94e470111::DumpVisitor print() argument
130 print__anonfcb94e470111::DumpVisitor print() argument
140 print__anonfcb94e470111::DumpVisitor print() argument
155 print__anonfcb94e470111::DumpVisitor print() argument
171 print__anonfcb94e470111::DumpVisitor print() argument
181 print__anonfcb94e470111::DumpVisitor print() argument
226 newLine__anonfcb94e470111::DumpVisitor newLine() argument
233 printWithPendingNewline__anonfcb94e470111::DumpVisitor printWithPendingNewline() argument
239 printWithComma__anonfcb94e470111::DumpVisitor printWithComma() argument
250 CtorArgPrinter__anonfcb94e470111::DumpVisitor global() argument
262 operator ()__anonfcb94e470111::DumpVisitor operator ()() argument
270 operator ()__anonfcb94e470111::DumpVisitor operator ()() argument
/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp64 struct DumpVisitor { struct
65 unsigned Depth = 0;
66 bool PendingNewline = false;
68 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline()
71 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
72 static constexpr bool wantsNewline(...) { return false; } in wantsNewline()
74 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline()
81 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr()
82 void print(std::string_view SV) { in print()
85 void print(const Node *N) { in print()
[all …]
/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.cpp46 class DumpVisitor : public RecursiveASTVisitor<DumpVisitor> { class
343 DumpVisitor(const syntax::TokenBuffer &Tokens, const ASTContext &Ctx) DumpVisitor() function in clang::clangd::__anon642ee90c0111::DumpVisitor