Lines Matching refs:NoFunction
514 bool NoFunction=false);
521 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
523 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);
526 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);
1701 bool NoFunction) { in mangleNestedName() argument
1721 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1724 manglePrefix(DC, NoFunction); in mangleNestedName()
2070 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument
2083 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2098 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2102 manglePrefix(DC, NoFunction); in manglePrefix()
2141 bool NoFunction) { in mangleTemplatePrefix() argument
2157 manglePrefix(DC, NoFunction); in mangleTemplatePrefix()
2192 void CXXNameMangler::mangleClosurePrefix(const NamedDecl *ND, bool NoFunction) { in mangleClosurePrefix() argument
2200 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
2204 manglePrefix(DC, NoFunction); in mangleClosurePrefix()