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

Detailed Description

Information about how to mangle a template argument.

Definition at line 5852 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 5854 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 5857 of file ItaniumMangle.cpp.


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