clang 20.0.0git
|
Implementation class used to describe either a set of overloaded template names or an already-substituted template template parameter pack. More...
#include "clang/AST/TemplateName.h"
Classes | |
struct | BitsTag |
Protected Types | |
enum | Kind { Overloaded , Assumed , Deduced , SubstTemplateTemplateParm , SubstTemplateTemplateParmPack } |
Protected Member Functions | |
UncommonTemplateNameStorage (Kind Kind, unsigned Index, unsigned Data) | |
Protected Attributes | |
union { | |
struct BitsTag Bits | |
void * PointerAlignment | |
}; | |
Implementation class used to describe either a set of overloaded template names or an already-substituted template template parameter pack.
Definition at line 49 of file TemplateName.h.
|
protected |
Enumerator | |
---|---|
Overloaded | |
Assumed | |
Deduced | |
SubstTemplateTemplateParm | |
SubstTemplateTemplateParmPack |
Definition at line 51 of file TemplateName.h.
|
inlineprotected |
Definition at line 76 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Data, clang::UncommonTemplateNameStorage::BitsTag::Index, and clang::UncommonTemplateNameStorage::BitsTag::Kind.
|
inline |
Definition at line 89 of file TemplateName.h.
References Assumed, Bits, and clang::UncommonTemplateNameStorage::BitsTag::Kind.
Referenced by clang::TemplateName::getAsAssumedTemplateName(), and clang::TemplateName::getKind().
|
inline |
Definition at line 95 of file TemplateName.h.
References Bits, Deduced, and clang::UncommonTemplateNameStorage::BitsTag::Kind.
Referenced by clang::TemplateName::getAsDeducedTemplateName(), and clang::TemplateName::getKind().
|
inline |
Definition at line 83 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and Overloaded.
Referenced by clang::TemplateName::getAsOverloadedTemplate(), and clang::TemplateName::getKind().
|
inline |
Definition at line 101 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and SubstTemplateTemplateParm.
Referenced by clang::TemplateName::getAsSubstTemplateTemplateParm(), clang::TemplateName::getKind(), and clang::TemplateName::getUnderlying().
|
inline |
Definition at line 107 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and SubstTemplateTemplateParmPack.
Referenced by clang::TemplateName::getAsSubstTemplateTemplateParmPack(), and clang::TemplateName::getKind().
union { ... } clang::UncommonTemplateNameStorage::@114 |
struct BitsTag clang::UncommonTemplateNameStorage::Bits |
Definition at line 72 of file TemplateName.h.
Referenced by clang::SubstTemplateTemplateParmPackStorage::getArgumentPack(), getAsAssumedTemplateName(), getAsDeducedTemplateName(), getAsOverloadedStorage(), getAsSubstTemplateTemplateParm(), getAsSubstTemplateTemplateParmPack(), clang::SubstTemplateTemplateParmStorage::getParameter(), clang::SubstTemplateTemplateParmPackStorage::getParameterPack(), and UncommonTemplateNameStorage().
void* clang::UncommonTemplateNameStorage::PointerAlignment |
Definition at line 73 of file TemplateName.h.