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 , 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 48 of file TemplateName.h.
|
protected |
Enumerator | |
---|---|
Overloaded | |
Assumed | |
SubstTemplateTemplateParm | |
SubstTemplateTemplateParmPack |
Definition at line 50 of file TemplateName.h.
|
inlineprotected |
Definition at line 74 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Data, clang::UncommonTemplateNameStorage::BitsTag::Index, and clang::UncommonTemplateNameStorage::BitsTag::Kind.
|
inline |
Definition at line 87 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 81 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 93 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 99 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and SubstTemplateTemplateParmPack.
Referenced by clang::TemplateName::getAsSubstTemplateTemplateParmPack().
union { ... } clang::UncommonTemplateNameStorage::@114 |
struct BitsTag clang::UncommonTemplateNameStorage::Bits |
Definition at line 70 of file TemplateName.h.
Referenced by clang::SubstTemplateTemplateParmPackStorage::getArgumentPack(), getAsAssumedTemplateName(), getAsOverloadedStorage(), getAsSubstTemplateTemplateParm(), getAsSubstTemplateTemplateParmPack(), clang::SubstTemplateTemplateParmStorage::getParameter(), clang::SubstTemplateTemplateParmPackStorage::getParameterPack(), and UncommonTemplateNameStorage().
void* clang::UncommonTemplateNameStorage::PointerAlignment |
Definition at line 71 of file TemplateName.h.