clang 20.0.0git
|
A structure for storing the information associated with an overloaded template name. More...
#include "clang/AST/TemplateName.h"
Public Types | |
using | iterator = NamedDecl *const * |
Public Member Functions | |
unsigned | size () const |
iterator | begin () const |
iterator | end () const |
llvm::ArrayRef< NamedDecl * > | decls () const |
Public Member Functions inherited from clang::UncommonTemplateNameStorage | |
OverloadedTemplateStorage * | getAsOverloadedStorage () |
AssumedTemplateStorage * | getAsAssumedTemplateName () |
SubstTemplateTemplateParmStorage * | getAsSubstTemplateTemplateParm () |
SubstTemplateTemplateParmPackStorage * | getAsSubstTemplateTemplateParmPack () |
Friends | |
class | ASTContext |
Additional Inherited Members | |
Protected Types inherited from clang::UncommonTemplateNameStorage | |
enum | Kind { Overloaded , Assumed , SubstTemplateTemplateParm , SubstTemplateTemplateParmPack } |
Protected Member Functions inherited from clang::UncommonTemplateNameStorage | |
UncommonTemplateNameStorage (Kind Kind, unsigned Index, unsigned Data) | |
Protected Attributes inherited from clang::UncommonTemplateNameStorage | |
union { | |
struct BitsTag Bits | |
void * PointerAlignment | |
}; | |
A structure for storing the information associated with an overloaded template name.
Definition at line 108 of file TemplateName.h.
using clang::OverloadedTemplateStorage::iterator = NamedDecl *const * |
Definition at line 124 of file TemplateName.h.
|
inline |
Definition at line 126 of file TemplateName.h.
References getStorage().
Referenced by IsStructurallyEquivalent(), and clang::TemplateName::print().
|
inline |
Definition at line 129 of file TemplateName.h.
|
inline |
Definition at line 127 of file TemplateName.h.
References getStorage().
Referenced by IsStructurallyEquivalent().
|
inline |
Definition at line 122 of file TemplateName.h.
|
friend |
Definition at line 109 of file TemplateName.h.