Searched refs:NoFunction (Results 1 – 1 of 1) sorted by relevance
539 bool NoFunction=false);546 void manglePrefix(const DeclContext *DC, bool NoFunction=false);548 void mangleTemplatePrefix(GlobalDecl GD, bool NoFunction=false);551 void mangleClosurePrefix(const NamedDecl *ND, bool NoFunction = false);1806 bool NoFunction) { in mangleNestedName() argument1828 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()1831 manglePrefix(DC, NoFunction); in mangleNestedName()2231 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { in manglePrefix() argument2244 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()2257 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()[all …]