Lines Matching refs:NoFunction
514 bool NoFunction=false);
522 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
524 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);
527 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);
1703 bool NoFunction) { in mangleNestedName() argument
1723 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1726 manglePrefix(DC, NoFunction); in mangleNestedName()
2073 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument
2086 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2101 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2105 manglePrefix(DC, NoFunction); in manglePrefix()
2144 bool NoFunction) { in mangleTemplatePrefix() argument
2160 manglePrefix(DC, NoFunction); in mangleTemplatePrefix()
2195 void CXXNameMangler::mangleClosurePrefix(const NamedDecl *ND, bool NoFunction) { in mangleClosurePrefix() argument
2203 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
2207 manglePrefix(DC, NoFunction); in mangleClosurePrefix()