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 597 of file Mangle.cpp.
ASTNameGenerator::~ASTNameGenerator | ( | ) |
Definition at line 600 of file Mangle.cpp.
std::vector< std::string > ASTNameGenerator::getAllManglings | ( | const Decl * | D | ) |
Definition at line 610 of file Mangle.cpp.
References D.
std::string ASTNameGenerator::getName | ( | const Decl * | D | ) |
D
Definition at line 606 of file Mangle.cpp.
References D.
Referenced by clang::JSONNodeDumper::VisitNamedDecl().
Writes name for D
to OS
.
Definition at line 602 of file Mangle.cpp.
References D.