Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp388 class ASTNameGenerator::Implementation {
580 ASTNameGenerator::ASTNameGenerator(ASTContext &Ctx) in ASTNameGenerator() function in ASTNameGenerator
583 ASTNameGenerator::~ASTNameGenerator() {} in ~ASTNameGenerator()
585 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName()
589 std::string ASTNameGenerator::getName(const Decl *D) { in getName()
593 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h277 class ASTNameGenerator {
279 explicit ASTNameGenerator(ASTContext &Ctx);
280 ~ASTNameGenerator();
H A DJSONNodeDumper.h130 ASTNameGenerator ASTNameGen;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp95 ASTNameGenerator NameGen(ND->getASTContext()); in WriteNamedDecl()