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