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.cpp395 class ASTNameGenerator::Implementation {
598 ASTNameGenerator::ASTNameGenerator(ASTContext &Ctx) in ASTNameGenerator() function in ASTNameGenerator
601 ASTNameGenerator::~ASTNameGenerator() {} in ~ASTNameGenerator()
603 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName()
607 std::string ASTNameGenerator::getName(const Decl *D) { in getName()
611 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h297 class ASTNameGenerator {
299 explicit ASTNameGenerator(ASTContext &Ctx);
300 ~ASTNameGenerator();
H A DJSONNodeDumper.h129 ASTNameGenerator ASTNameGen;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp96 ASTNameGenerator NameGen(ND->getASTContext()); in WriteNamedDecl()