Home
last modified time | relevance | path

Searched refs:NoFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp541 bool NoFunction=false);
1655 bool NoFunction) { in mangleNestedName() argument
1675 mangleTemplatePrefix(TD, NoFunction); in mangleNestedName()
1678 manglePrefix(DC, NoFunction); in mangleNestedName()
2029 if (NoFunction && isLocalContainerContext(DC)) in manglePrefix()
2044 mangleClosurePrefix(PrefixND, NoFunction); in manglePrefix()
2047 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in manglePrefix()
2086 bool NoFunction) { in mangleTemplatePrefix() argument
2101 manglePrefix(getEffectiveDeclContext(ND), NoFunction); in mangleTemplatePrefix()
2143 mangleTemplatePrefix(TD, NoFunction); in mangleClosurePrefix()
[all …]