Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp445 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() function in ASTNameGenerator::Implementation
468 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator::Implementation
593 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator