Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp550 const NamedDecl *getClosurePrefix(const Decl *ND);
993 if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in mangleNameWithAbiTags()
1784 if (const NamedDecl *PrefixND = getClosurePrefix(BD)) in mangleLocalName()
1837 if (const NamedDecl *PrefixND = getClosurePrefix(Block)) in mangleBlockForPrefix()
2036 } else if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in manglePrefix()
2104 const NamedDecl *CXXNameMangler::getClosurePrefix(const Decl *ND) { in getClosurePrefix() function in CXXNameMangler