Home
last modified time | relevance | path

Searched refs:ASTNameGenerator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp414 class ASTNameGenerator::Implementation {
617 ASTNameGenerator::ASTNameGenerator(ASTContext &Ctx) in ASTNameGenerator() function in ASTNameGenerator
620 ASTNameGenerator::~ASTNameGenerator() {} in ~ASTNameGenerator()
622 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName()
626 std::string ASTNameGenerator::getName(const Decl *D) { in getName()
630 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h300 class ASTNameGenerator {
302 explicit ASTNameGenerator(ASTContext &Ctx);
303 ~ASTNameGenerator();
H A DJSONNodeDumper.h129 ASTNameGenerator ASTNameGen;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp96 ASTNameGenerator NameGen(ND->getASTContext()); in WriteNamedDecl()