Searched refs:PrefixND (Results 1 – 1 of 1) sorted by relevance
549 const NamedDecl *PrefixND,1083 if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in mangleNameWithAbiTags() local1084 mangleNestedNameWithClosurePrefix(GD, PrefixND, AdditionalAbiTags); in mangleNameWithAbiTags()1818 GlobalDecl GD, const NamedDecl *PrefixND, in mangleNestedNameWithClosurePrefix() argument1828 mangleClosurePrefix(PrefixND); in mangleNestedNameWithClosurePrefix()1909 if (const NamedDecl *PrefixND = getClosurePrefix(BD)) in mangleLocalName() local1910 mangleClosurePrefix(PrefixND, true /*NoFunction*/); in mangleLocalName()1962 if (const NamedDecl *PrefixND = getClosurePrefix(Block)) in mangleBlockForPrefix() local1963 mangleClosurePrefix(PrefixND); in mangleBlockForPrefix()2214 } else if (const NamedDecl *PrefixND = getClosurePrefix(ND)) { in manglePrefix() local[all …]