Lines Matching refs:NoFunction
541 bool NoFunction=false);
549 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
551 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);
554 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);
1655 bool NoFunction) { in mangleNestedName() argument
1675 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1678 manglePrefix(DC, NoFunction); in mangleNestedName()
2016 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument
2029 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2044 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2047 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in manglePrefix()
2086 bool NoFunction) { in mangleTemplatePrefix() argument
2101 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in mangleTemplatePrefix()
2135 void CXXNameMangler::mangleClosurePrefix(const NamedDecl *ND, bool NoFunction) { in mangleClosurePrefix() argument
2143 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
2146 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in mangleClosurePrefix()