Searched refs:getAllManglings (Results 1 – 3 of 3) sorted by relevance
71 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function193 std::vector<std::string> CodegenNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in CodegenNameGenerator194 return Impl->getAllManglings(D); in getAllManglings()
42 std::vector<std::string> getAllManglings(const Decl *D);
4396 std::vector<std::string> Manglings = CGNameGen.getAllManglings(D); in clang_Cursor_getCXXManglings()