Lines Matching defs:ND
116 static bool isLambda(const NamedDecl *ND) { in isLambda()
179 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
294 void write(raw_ostream &Out, const NamedDecl *ND, in write()
453 void addSubstitution(const NamedDecl *ND) { in addSubstitution()
475 void mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
616 void CXXNameMangler::writeAbiTags(const NamedDecl *ND, in writeAbiTags()
623 const NamedDecl *ND, const AbiTagList *AdditionalAbiTags) { in mangleSourceNameWithAbiTags()
774 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
800 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
833 void CXXNameMangler::mangleNameWithAbiTags(const NamedDecl *ND, in mangleNameWithAbiTags()
890 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND, in mangleUnscopedName()
902 const TemplateDecl *ND, const AbiTagList *AdditionalAbiTags) { in mangleUnscopedTemplateName()
1186 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
1388 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName()
1497 const NamedDecl *ND = cast<NamedDecl>(D); in mangleLocalName() local
1522 if (const NamedDecl *ND = dyn_cast<NamedDecl>(RD ? RD : D)) { in mangleLocalName() local
1551 const auto *ND = cast<NamedDecl>(Context); in mangleUnqualifiedBlock() local
1663 const NamedDecl *ND = cast<NamedDecl>(DC); in manglePrefix() local
1704 void CXXNameMangler::mangleTemplatePrefix(const TemplateDecl *ND, in mangleTemplatePrefix()
2273 void CXXNameMangler::mangleNameOrStandardSubstitution(const NamedDecl *ND) { in mangleNameOrStandardSubstitution()
4203 bool CXXNameMangler::mangleSubstitution(const NamedDecl *ND) { in mangleSubstitution()
4306 bool CXXNameMangler::mangleStandardSubstitution(const NamedDecl *ND) { in mangleStandardSubstitution()