Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp396 class ASTNameGenerator::Implementation {
588 ASTNameGenerator::ASTNameGenerator(ASTContext &Ctx) in ASTNameGenerator() function in ASTNameGenerator
591 ASTNameGenerator::~ASTNameGenerator() {} in ~ASTNameGenerator()
593 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName()
597 std::string ASTNameGenerator::getName(const Decl *D) { in getName()
601 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h298 class ASTNameGenerator {
300 explicit ASTNameGenerator(ASTContext &Ctx);
301 ~ASTNameGenerator();
H A DJSONNodeDumper.h129 ASTNameGenerator ASTNameGen;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp95 ASTNameGenerator NameGen(ND->getASTContext()); in WriteNamedDecl()