#include "clang/AST/Mangle.h"
Definition at line 247 of file Mangle.h.
◆ ASTNameGenerator()
ASTNameGenerator::ASTNameGenerator |
( |
ASTContext & |
Ctx | ) |
|
|
explicit |
◆ ~ASTNameGenerator()
ASTNameGenerator::~ASTNameGenerator |
( |
| ) |
|
◆ getAllManglings()
std::vector< std::string > ASTNameGenerator::getAllManglings |
( |
const Decl * |
D | ) |
|
◆ getName()
std::string ASTNameGenerator::getName |
( |
const Decl * |
D | ) |
|
◆ writeName()
bool ASTNameGenerator::writeName |
( |
const Decl * |
D, |
|
|
raw_ostream & |
OS |
|
) |
| |
The documentation for this class was generated from the following files: