clang 22.0.0git
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/DeclarationName.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExternalASTSource.h"
#include "clang/AST/ODRHash.h"
#include "clang/AST/TemplateBase.h"
#include "clang/AST/TemplateName.h"
#include "clang/AST/Type.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <optional>
#include <utility>
#include "clang/Basic/BuiltinTemplates.inc"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.

Macros

#define CREATE_BUILTIN_TEMPLATE_PARAMETER_LIST

Functions

template<class TemplateParam>
static bool DefaultTemplateArgumentContainsUnexpandedPack (const TemplateParam &P)
static bool AdoptTemplateParameterList (TemplateParameterList *Params, DeclContext *Owner)
void * clang::allocateDefaultArgStorageChain (const ASTContext &C)
static TemplateParameterListcreateBuiltinTemplateParameterList (const ASTContext &C, DeclContext *DC, BuiltinTemplateKind BTK)

Macro Definition Documentation

◆ CREATE_BUILTIN_TEMPLATE_PARAMETER_LIST

#define CREATE_BUILTIN_TEMPLATE_PARAMETER_LIST

Function Documentation

◆ AdoptTemplateParameterList()

◆ createBuiltinTemplateParameterList()

TemplateParameterList * createBuiltinTemplateParameterList ( const ASTContext & C,
DeclContext * DC,
BuiltinTemplateKind BTK )
static

Definition at line 1585 of file DeclTemplate.cpp.

References clang::C.

◆ DefaultTemplateArgumentContainsUnexpandedPack()

template<class TemplateParam>
bool DefaultTemplateArgumentContainsUnexpandedPack ( const TemplateParam & P)
static

Definition at line 47 of file DeclTemplate.cpp.

References clang::TemplateParam.