|
clang
5.0.0
|
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 |
Public Member Functions | |
| unsigned | size () const |
| OverloadedTemplateStorage * | getAsOverloadedStorage () |
| SubstTemplateTemplateParmStorage * | getAsSubstTemplateTemplateParm () |
| SubstTemplateTemplateParmPackStorage * | getAsSubstTemplateTemplateParmPack () |
Protected Types | |
| enum | Kind { Overloaded, SubstTemplateTemplateParm, SubstTemplateTemplateParmPack } |
Protected Member Functions | |
| UncommonTemplateNameStorage (Kind kind, unsigned size) | |
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 42 of file TemplateName.h.
|
protected |
| Enumerator | |
|---|---|
| Overloaded | |
| SubstTemplateTemplateParm | |
| SubstTemplateTemplateParmPack | |
Definition at line 44 of file TemplateName.h.
|
inlineprotected |
Definition at line 64 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, clang::UncommonTemplateNameStorage::BitsTag::Size, and size().
|
inline |
Definition at line 72 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 78 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and SubstTemplateTemplateParm.
Referenced by clang::TemplateName::getAsSubstTemplateTemplateParm(), and clang::TemplateName::getKind().
|
inline |
Definition at line 84 of file TemplateName.h.
References Bits, clang::UncommonTemplateNameStorage::BitsTag::Kind, and SubstTemplateTemplateParmPack.
Referenced by clang::TemplateName::getAsSubstTemplateTemplateParmPack().
|
inline |
Definition at line 70 of file TemplateName.h.
References Bits, and clang::UncommonTemplateNameStorage::BitsTag::Size.
Referenced by clang::ASTRecordWriter::AddTemplateName(), clang::OverloadedTemplateStorage::end(), and UncommonTemplateNameStorage().
| union { ... } |
| struct BitsTag clang::UncommonTemplateNameStorage::Bits |
Definition at line 60 of file TemplateName.h.
Referenced by getAsOverloadedStorage(), getAsSubstTemplateTemplateParm(), getAsSubstTemplateTemplateParmPack(), size(), and UncommonTemplateNameStorage().
| void* clang::UncommonTemplateNameStorage::PointerAlignment |
Definition at line 61 of file TemplateName.h.
1.8.6