clang API Documentation
#include <Decl.h>
Public Member Functions | |
ImplicitParamDecl (ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType Type) | |
Static Public Member Functions | |
static ImplicitParamDecl * | Create (ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType T) |
static ImplicitParamDecl * | CreateDeserialized (ASTContext &C, unsigned ID) |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
clang::ImplicitParamDecl::ImplicitParamDecl | ( | ASTContext & | C, |
DeclContext * | DC, | ||
SourceLocation | IdLoc, | ||
IdentifierInfo * | Id, | ||
QualType | Type | ||
) | [inline] |
Definition at line 1235 of file Decl.h.
Referenced by Create(), and CreateDeserialized().
static bool clang::ImplicitParamDecl::classof | ( | const Decl * | D | ) | [inline, static] |
Reimplemented from clang::VarDecl.
Definition at line 1243 of file Decl.h.
References clang::Decl::getKind().
static bool clang::ImplicitParamDecl::classofKind | ( | Kind | K | ) | [inline, static] |
Reimplemented from clang::VarDecl.
ImplicitParamDecl * ImplicitParamDecl::Create | ( | ASTContext & | C, |
DeclContext * | DC, | ||
SourceLocation | IdLoc, | ||
IdentifierInfo * | Id, | ||
QualType | T | ||
) | [static] |
Definition at line 3768 of file Decl.cpp.
References AttributeLangSupport::C, and ImplicitParamDecl().
Referenced by clang::Sema::ActOnCapturedRegionStart(), clang::CodeGen::CGCXXABI::buildThisParam(), clang::ObjCMethodDecl::createImplicitParams(), and clang::ASTNodeImporter::VisitImplicitParamDecl().
ImplicitParamDecl * ImplicitParamDecl::CreateDeserialized | ( | ASTContext & | C, |
unsigned | ID | ||
) | [static] |
Reimplemented from clang::VarDecl.
Definition at line 3775 of file Decl.cpp.
References AttributeLangSupport::C, and ImplicitParamDecl().