Home
last modified time | relevance | path

Searched refs:getAllManglings (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp452 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() function in ASTNameGenerator::Implementation
475 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator::Implementation
477 return getAllManglings(OCD); in getAllManglings()
611 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator
612 return Impl->getAllManglings(D); in getAllManglings()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h311 std::vector<std::string> getAllManglings(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp97 std::vector<std::string> MangledNames = NameGen.getAllManglings(ND); in WriteNamedDecl()