clang API Documentation
Represents an empty-declaration. More...
#include <Decl.h>


Static Public Member Functions | |
| static EmptyDecl * | Create (ASTContext &C, DeclContext *DC, SourceLocation L) |
| static EmptyDecl * | CreateDeserialized (ASTContext &C, unsigned ID) |
| static bool | classof (const Decl *D) |
| static bool | classofKind (Kind K) |
| 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.
| 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().
| EmptyDecl * EmptyDecl::CreateDeserialized | ( | ASTContext & | C, |
| unsigned | ID | ||
| ) | [static] |
Definition at line 3922 of file Decl.cpp.
References AttributeLangSupport::C.