clang API Documentation

Static Public Member Functions
clang::EmptyDecl Class Reference

Represents an empty-declaration. More...

#include <Decl.h>

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

List of all members.

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 3654 of file Decl.h.


Member Function Documentation

static bool clang::EmptyDecl::classof ( const Decl D) [inline, static]

Definition at line 3664 of file Decl.h.

References clang::Decl::getKind().

static bool clang::EmptyDecl::classofKind ( Kind  K) [inline, static]

Reimplemented from clang::Decl.

Definition at line 3665 of file Decl.h.

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

Definition at line 3918 of file Decl.cpp.

References AttributeLangSupport::C.

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

Definition at line 3922 of file Decl.cpp.

References AttributeLangSupport::C.


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