Searched refs:NoFunction (Results 1 – 1 of 1) sorted by relevance
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);1774 bool NoFunction) { in mangleNestedName() argument1796 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()1799 manglePrefix(DC, NoFunction); in mangleNestedName()2189 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument2202 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()2215 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()[all …]