clang 20.0.0git
|
#include "clang/ExtractAPI/API.h"
Public Member Functions | |
Template ()=default | |
Template (const TemplateDecl *Decl) | |
Template (const ClassTemplatePartialSpecializationDecl *Decl) | |
Template (const VarTemplatePartialSpecializationDecl *Decl) | |
const llvm::SmallVector< TemplateParameter > & | getParameters () const |
const llvm::SmallVector< TemplateConstraint > & | getConstraints () const |
void | addTemplateParameter (std::string Type, std::string Name, unsigned int Index, unsigned int Depth, bool IsParameterPack) |
bool | empty () const |
|
default |
|
inline |
Definition at line 66 of file API.h.
References addTemplateParameter(), and clang::Parameter.
|
inline |
Definition at line 84 of file API.h.
References addTemplateParameter(), and clang::Parameter.
|
inline |
Definition at line 102 of file API.h.
References addTemplateParameter(), and clang::Parameter.
|
inline |
Definition at line 128 of file API.h.
Referenced by Template().
|
inline |
|
inline |