Lines Matching refs:NoFunction
538 bool NoFunction=false);
546 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
548 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);
551 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);
1650 bool NoFunction) { in mangleNestedName() argument
1670 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1673 manglePrefix(DC, NoFunction); in mangleNestedName()
2009 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument
2022 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2037 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2040 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in manglePrefix()
2079 bool NoFunction) { in mangleTemplatePrefix() argument
2094 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in mangleTemplatePrefix()
2128 void CXXNameMangler::mangleClosurePrefix(const NamedDecl *ND, bool NoFunction) { in mangleClosurePrefix() argument
2136 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
2139 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in mangleClosurePrefix()