Lines Matching defs:ND
106 static bool isLambda(const NamedDecl *ND) { in isLambda()
163 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { in getNextDiscriminator()
308 void addSubstitution(const NamedDecl *ND) { in addSubstitution()
328 void mangleUnqualifiedName(const NamedDecl *ND) { in mangleUnqualifiedName()
539 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) { in isTemplate()
565 void CXXNameMangler::mangleName(const NamedDecl *ND) { in mangleName()
620 void CXXNameMangler::mangleUnscopedName(const NamedDecl *ND) { in mangleUnscopedName()
630 void CXXNameMangler::mangleUnscopedTemplateName(const TemplateDecl *ND) { in mangleUnscopedTemplateName()
1067 void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND, in mangleUnqualifiedName()
1250 void CXXNameMangler::mangleNestedName(const NamedDecl *ND, in mangleNestedName()
1345 const NamedDecl *ND = cast<NamedDecl>(D); in mangleLocalName() local
1368 if (const NamedDecl *ND = dyn_cast<NamedDecl>(RD ? RD : D)) { in mangleLocalName() local
1505 const NamedDecl *ND = cast<NamedDecl>(DC); in manglePrefix() local
1545 void CXXNameMangler::mangleTemplatePrefix(const TemplateDecl *ND, in mangleTemplatePrefix()
1917 void CXXNameMangler::mangleNameOrStandardSubstitution(const NamedDecl *ND) { in mangleNameOrStandardSubstitution()
3452 bool CXXNameMangler::mangleSubstitution(const NamedDecl *ND) { in mangleSubstitution()
3555 bool CXXNameMangler::mangleStandardSubstitution(const NamedDecl *ND) { in mangleStandardSubstitution()