Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp543 const NamedDecl *PrefixND,
993 if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in mangleNameWithAbiTags() local
994 mangleNestedNameWithClosurePrefix(GD, PrefixND, AdditionalAbiTags); in mangleNameWithAbiTags()
1693 GlobalDecl GD, const NamedDecl *PrefixND, in mangleNestedNameWithClosurePrefix() argument
1703 mangleClosurePrefix(PrefixND); in mangleNestedNameWithClosurePrefix()
1784 if (const NamedDecl *PrefixND = getClosurePrefix(BD)) in mangleLocalName() local
1785 mangleClosurePrefix(PrefixND, true /*NoFunction*/); in mangleLocalName()
1837 if (const NamedDecl *PrefixND = getClosurePrefix(Block)) in mangleBlockForPrefix() local
1838 mangleClosurePrefix(PrefixND); in mangleBlockForPrefix()
2036 } else if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in manglePrefix() local
[all …]