clang 19.0.0git
Public Attributes | List of all members
CXXNameMangler::TemplateArgManglingInfo::Info Struct Reference

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 NamedDeclTemplateParameterToMangle
 If we need to prefix the mangling with a mangling of the template parameter, the corresponding parameter.
 

Detailed Description

Information about how to mangle a template argument.

Definition at line 5831 of file ItaniumMangle.cpp.

Member Data Documentation

◆ NeedExactType

bool CXXNameMangler::TemplateArgManglingInfo::Info::NeedExactType

Do we need to mangle the template argument with an exactly correct type?

Definition at line 5833 of file ItaniumMangle.cpp.

◆ TemplateParameterToMangle

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 5836 of file ItaniumMangle.cpp.


The documentation for this struct was generated from the following file: