clang  3.7.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/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
 

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...
 

Function Documentation

static void AdoptTemplateParameterList ( TemplateParameterList Params,
DeclContext Owner 
)
static
static void GenerateInjectedTemplateArgs ( ASTContext Context,
TemplateParameterList Params,
TemplateArgument Args 
)
static