Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DMangle.cpp449 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() function in ASTNameGenerator::Implementation
472 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator::Implementation
597 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator