Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp549 const NamedDecl *PrefixND,
1087 if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in mangleNameWithAbiTags() local
1088 mangleNestedNameWithClosurePrefix(GD, PrefixND, AdditionalAbiTags); in mangleNameWithAbiTags()
1817 GlobalDecl GD, const NamedDecl *PrefixND, in mangleNestedNameWithClosurePrefix() argument
1827 mangleClosurePrefix(PrefixND); in mangleNestedNameWithClosurePrefix()
1908 if (const NamedDecl *PrefixND = getClosurePrefix(BD)) in mangleLocalName() local
1909 mangleClosurePrefix(PrefixND, true /*NoFunction*/); in mangleLocalName()
1961 if (const NamedDecl *PrefixND = getClosurePrefix(Block)) in mangleBlockForPrefix() local
1962 mangleClosurePrefix(PrefixND); in mangleBlockForPrefix()
2215 } else if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in manglePrefix() local
[all …]