clang 20.0.0git
|
Information about how to mangle a template argument. More...
Public Attributes | |
bool | NeedExactType |
Do we need to mangle the template argument with an exactly correct type? | |
const NamedDecl * | TemplateParameterToMangle |
If we need to prefix the mangling with a mangling of the template parameter, the corresponding parameter. | |
Information about how to mangle a template argument.
Definition at line 5875 of file ItaniumMangle.cpp.
bool CXXNameMangler::TemplateArgManglingInfo::Info::NeedExactType |
Do we need to mangle the template argument with an exactly correct type?
Definition at line 5877 of file ItaniumMangle.cpp.
const NamedDecl* CXXNameMangler::TemplateArgManglingInfo::Info::TemplateParameterToMangle |
If we need to prefix the mangling with a mangling of the template parameter, the corresponding parameter.
Definition at line 5880 of file ItaniumMangle.cpp.