Lines Matching defs:DC
68 const DeclContext *DC = D->getDeclContext(); in getEffectiveDeclContext() local
83 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) { in getEffectiveParentContext()
87 static bool isLocalContainerContext(const DeclContext *DC) { in isLocalContainerContext()
92 const DeclContext *DC = getEffectiveDeclContext(D); in GetLocalClassDecl() local
202 const DeclContext *DC = getEffectiveDeclContext(ND); in getNextDiscriminator() local
446 const DeclContext *DC = getEffectiveDeclContext(D); in shouldMangleCXXName() local
531 static const DeclContext *IgnoreLinkageSpecDecls(const DeclContext *DC) { in IgnoreLinkageSpecDecls()
551 static bool isStdNamespace(const DeclContext *DC) { in isStdNamespace()
591 const DeclContext *DC = getEffectiveDeclContext(ND); in mangleName() local
630 const DeclContext *DC = IgnoreLinkageSpecDecls(getEffectiveDeclContext(TD)); in mangleName() local
1098 const DeclContext *DC, in mangleNestedName()
1150 const DeclContext *DC = getEffectiveDeclContext(RD ? RD : D); in mangleLocalName() local
1231 const DeclContext *DC = getEffectiveDeclContext(Block); in mangleBlockForPrefix() local
1338 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix()