Searched defs:DumpVisitor (Results 1 – 8 of 8) sorted by relevance
| /external/llvm-project/libcxxabi/src/ |
| D | cxa_demangle.cpp | 62 struct DumpVisitor { struct 63 unsigned Depth = 0; 64 bool PendingNewline = false; 66 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() 69 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() 70 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() 72 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline() 79 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() 80 void print(StringView SV) { in print() 83 void print(const Node *N) { in print() [all …]
|
| /external/libcxxabi/src/ |
| D | cxa_demangle.cpp | 68 struct DumpVisitor { struct 69 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 65 struct DumpVisitor { struct 66 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 …]
|
| /external/llvm-project/llvm/lib/Demangle/ |
| D | ItaniumDemangle.cpp | 65 struct DumpVisitor { struct 66 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | DWARFEmitter.cpp | 136 class DumpVisitor : public DWARFYAML::ConstVisitor { class 194 DumpVisitor(const DWARFYAML::Data &DI, raw_ostream &Out) in DumpVisitor() function in __anon911107820111::DumpVisitor
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | DumpAST.cpp | 46 class DumpVisitor : public RecursiveASTVisitor<DumpVisitor> { class 334 DumpVisitor(const syntax::TokenBuffer &Tokens, const ASTContext &Ctx) in DumpVisitor() function in clang::clangd::__anon9672ead00111::DumpVisitor
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
| D | DumpVisitor.java | 88 public final class DumpVisitor implements VoidVisitor<Object> { class 92 public DumpVisitor() { in DumpVisitor() method in DumpVisitor 96 public DumpVisitor(boolean printComments) { in DumpVisitor() method in DumpVisitor
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
| D | DumpVisitor.java | 50 public class DumpVisitor implements VoidVisitor<Object> { class 54 public DumpVisitor() { in DumpVisitor() method in DumpVisitor 58 public DumpVisitor(boolean printComments) { in DumpVisitor() method in DumpVisitor
|