Lines Matching refs:NoFunction
545 bool NoFunction=false);
552 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
554 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);
557 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);
1773 bool NoFunction) { in mangleNestedName() argument
1795 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1798 manglePrefix(DC, NoFunction); in mangleNestedName()
2188 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument
2201 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2216 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2220 manglePrefix(DC, NoFunction); in manglePrefix()
2258 bool NoFunction) { in mangleTemplatePrefix() argument
2274 manglePrefix(DC, NoFunction); in mangleTemplatePrefix()
2308 void CXXNameMangler::mangleClosurePrefix(const NamedDecl *ND, bool NoFunction) { in mangleClosurePrefix() argument
2316 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
2320 manglePrefix(DC, NoFunction); in mangleClosurePrefix()