clang  3.9.0
Namespaces | Functions
DeclTemplate.cpp File Reference
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTMutationListener.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/IdentifierTable.h"
#include "llvm/ADT/STLExtras.h"
#include <memory>
Include dependency graph for DeclTemplate.cpp:

Go to the source code of this file.

Namespaces

 clang
 Dataflow Directional Tag Classes.
 

Functions

static void AdoptTemplateParameterList (TemplateParameterList *Params, DeclContext *Owner)
 
void * clang::allocateDefaultArgStorageChain (const ASTContext &C)
 
static void GenerateInjectedTemplateArgs (ASTContext &Context, TemplateParameterList *Params, TemplateArgument *Args)
 Generate the injected template arguments for the given template parameter list, e.g., for the injected-class-name of a class template. More...
 
static TemplateParameterListcreateMakeIntegerSeqParameterList (const ASTContext &C, DeclContext *DC)
 
static TemplateParameterListcreateTypePackElementParameterList (const ASTContext &C, DeclContext *DC)
 
static TemplateParameterListcreateBuiltinTemplateParameterList (const ASTContext &C, DeclContext *DC, BuiltinTemplateKind BTK)
 

Function Documentation

static void AdoptTemplateParameterList ( TemplateParameterList Params,
DeclContext Owner 
)
static
static TemplateParameterList* createBuiltinTemplateParameterList ( const ASTContext C,
DeclContext DC,
BuiltinTemplateKind  BTK 
)
static
static TemplateParameterList* createMakeIntegerSeqParameterList ( const ASTContext C,
DeclContext DC 
)
static
static TemplateParameterList* createTypePackElementParameterList ( const ASTContext C,
DeclContext DC 
)
static
static void GenerateInjectedTemplateArgs ( ASTContext Context,
TemplateParameterList Params,
TemplateArgument Args 
)
static