This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
#include <Decl.h>


Public Member Functions | |
| AbstractDomainDecl (AstResource &resource, IdentifierInfo *name, Location loc, SigInstanceDecl *sig) | |
| AbstractDomainDecl (AstResource &resource, IdentifierInfo *name, Location loc) | |
| const SignatureSet & | getSignatureSet () const |
| Returns the SignatureSet of this abstract domain. | |
| bool | hasPrincipleSignature () const |
| SigInstanceDecl * | getPrincipleSignature () const |
| Returns the principle signature which this abstract domain implements. | |
Static Public Member Functions | |
| static bool | classof (const AbstractDomainDecl *node) |
| Support isa and dyn_cast. | |
| static bool | classof (const Ast *node) |
Definition at line 1937 of file Decl.h.
| AbstractDomainDecl::AbstractDomainDecl | ( | AstResource & | resource, | |
| IdentifierInfo * | name, | |||
| Location | loc, | |||
| SigInstanceDecl * | sig | |||
| ) |
| comma::AbstractDomainDecl::AbstractDomainDecl | ( | AstResource & | resource, | |
| IdentifierInfo * | name, | |||
| Location | loc | |||
| ) | [inline] |
| static bool comma::AbstractDomainDecl::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::DomainTypeDecl.
| static bool comma::AbstractDomainDecl::classof | ( | const AbstractDomainDecl * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::DomainTypeDecl.
| SigInstanceDecl* comma::AbstractDomainDecl::getPrincipleSignature | ( | ) | const [inline] |
| const SignatureSet& comma::AbstractDomainDecl::getSignatureSet | ( | ) | const [inline, virtual] |
Returns the SignatureSet of this abstract domain.
Implements comma::DomainTypeDecl.
| bool comma::AbstractDomainDecl::hasPrincipleSignature | ( | ) | const [inline] |
1.6.1