clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ImplicitParamDecl Class Reference

#include <Decl.h>

Inheritance diagram for clang::ImplicitParamDecl:
Inheritance graph
[legend]
Collaboration diagram for clang::ImplicitParamDecl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ImplicitParamDecl (ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType Type)

Static Public Member Functions

static ImplicitParamDeclCreate (ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType T)
static ImplicitParamDeclCreateDeserialized (ASTContext &C, unsigned ID)
static bool classof (const Decl *D)
static bool classofKind (Kind K)

Detailed Description

Definition at line 1226 of file Decl.h.


Constructor & Destructor Documentation

Definition at line 1235 of file Decl.h.

Referenced by Create(), and CreateDeserialized().


Member Function Documentation

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.

Definition at line 1244 of file Decl.h.

Reimplemented from clang::VarDecl.

Definition at line 3775 of file Decl.cpp.

References AttributeLangSupport::C, and ImplicitParamDecl().


The documentation for this class was generated from the following files: