clang  3.9.0
Static Public Member Functions | List of all members
clang::EmptyDecl Class Reference

Represents an empty-declaration. More...

#include <Decl.h>

Inheritance diagram for clang::EmptyDecl:
[legend]
Collaboration diagram for clang::EmptyDecl:
[legend]

Static Public Member Functions

static EmptyDeclCreate (ASTContext &C, DeclContext *DC, SourceLocation L)
 
static EmptyDeclCreateDeserialized (ASTContext &C, unsigned ID)
 
static bool classof (const Decl *D)
 
static bool classofKind (Kind K)
 

Detailed Description

Represents an empty-declaration.

Definition at line 3788 of file Decl.h.

Member Function Documentation

static bool clang::EmptyDecl::classof ( const Decl D)
inlinestatic

Definition at line 3798 of file Decl.h.

References clang::ParmVarDecl::classofKind().

static bool clang::EmptyDecl::classofKind ( Kind  K)
inlinestatic

Definition at line 3799 of file Decl.h.

EmptyDecl * EmptyDecl::Create ( ASTContext C,
DeclContext DC,
SourceLocation  L 
)
static

Definition at line 4202 of file Decl.cpp.

References AttributeLangSupport::C.

Referenced by clang::Sema::ActOnEmptyDeclaration().

EmptyDecl * EmptyDecl::CreateDeserialized ( ASTContext C,
unsigned  ID 
)
static

Definition at line 4206 of file Decl.cpp.

References AttributeLangSupport::C, and ID.


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