Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp449 bool mangleSubstitution(QualType T);
451 bool mangleSubstitution(uintptr_t Ptr);
1119 if (mangleSubstitution(ND)) in mangleUnscopedTemplateName()
2092 if (mangleSubstitution(ND)) in manglePrefix()
2152 if (mangleSubstitution(ND)) in mangleTemplatePrefix()
2198 if (mangleSubstitution(ND)) in mangleClosurePrefix()
2222 if (mangleSubstitution(TN)) in mangleType()
4013 if (mangleSubstitution(TD)) in mangleType()
6058 return mangleSubstitution(TypePtr); in mangleSubstitution()
6063 return mangleSubstitution(TD); in mangleSubstitution()
[all …]