Searched refs:getAllManglings (Results 1 – 3 of 3) sorted by relevance
452 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() function in ASTNameGenerator::Implementation475 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator::Implementation477 return getAllManglings(OCD); in getAllManglings()611 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator612 return Impl->getAllManglings(D); in getAllManglings()
311 std::vector<std::string> getAllManglings(const Decl *D);
97 std::vector<std::string> MangledNames = NameGen.getAllManglings(ND); in WriteNamedDecl()