clang 20.0.0git
|
#include "clang/AST/Mangle.h"
Classes | |
class | Implementation |
Public Member Functions | |
ASTNameGenerator (ASTContext &Ctx) | |
~ASTNameGenerator () | |
bool | writeName (const Decl *D, raw_ostream &OS) |
Writes name for D to OS . | |
std::string | getName (const Decl *D) |
std::vector< std::string > | getAllManglings (const Decl *D) |
|
explicit |
Definition at line 598 of file Mangle.cpp.
ASTNameGenerator::~ASTNameGenerator | ( | ) |
Definition at line 601 of file Mangle.cpp.
std::vector< std::string > ASTNameGenerator::getAllManglings | ( | const Decl * | D | ) |
Definition at line 611 of file Mangle.cpp.
References D.
std::string ASTNameGenerator::getName | ( | const Decl * | D | ) |
D
Definition at line 607 of file Mangle.cpp.
References D.
Referenced by clang::JSONNodeDumper::VisitNamedDecl().
Writes name for D
to OS
.
Definition at line 603 of file Mangle.cpp.
References D.