clang API Documentation

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.

Functions

static void AdoptTemplateParameterList (TemplateParameterList *Params, DeclContext *Owner)
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.

Function Documentation

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