Lines Matching defs:DC
69 const DeclContext *DC = D->getDeclContext(); in getEffectiveDeclContext() local
85 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext()
89 static bool isLocalContainerContext(const DeclContext *DC) { in isLocalContainerContext()
94 const DeclContext *DC = getEffectiveDeclContext(D); in GetLocalClassDecl() local
202 const DeclContext *DC = getEffectiveDeclContext(ND); in getNextDiscriminator() local
602 const DeclContext *DC = getEffectiveDeclContext(D); in shouldMangleCXXName() local
746 static const DeclContext *IgnoreLinkageSpecDecls(const DeclContext *DC) { in IgnoreLinkageSpecDecls()
766 static bool isStdNamespace(const DeclContext *DC) { in isStdNamespace()
840 const DeclContext *DC = getEffectiveDeclContext(ND); in mangleNameWithAbiTags() local
880 const DeclContext *DC = IgnoreLinkageSpecDecls(getEffectiveDeclContext(TD)); in mangleTemplateName() local
1389 const DeclContext *DC, in mangleNestedName()
1443 const DeclContext *DC = getEffectiveDeclContext(RD ? RD : D); in mangleLocalName() local
1538 const DeclContext *DC = getEffectiveDeclContext(Block); in mangleBlockForPrefix() local
1646 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix()