|
LLVM 22.0.0git
|
#include "llvm/Demangle/Demangle.h"#include "llvm/Demangle/ItaniumDemangle.h"#include <cassert>#include <cctype>#include <cstdio>#include <cstdlib>#include <cstring>#include <exception>#include <functional>#include <utility>Go to the source code of this file.
Typedefs | |
| using | Demangler = itanium_demangle::ManglingParser<DefaultAllocator> |
Functions | |
| static char * | printNode (const Node *RootNode, OutputBuffer &OB, size_t *N) |
| static char * | printNode (const Node *RootNode, char *Buf, size_t *N) |
| using Demangler = itanium_demangle::ManglingParser<DefaultAllocator> |
Definition at line 367 of file ItaniumDemangle.cpp.
Definition at line 422 of file ItaniumDemangle.cpp.
References N, and printNode().
|
static |
Definition at line 414 of file ItaniumDemangle.cpp.
References N, and Node::print().