klee
|
#include <Parser.h>
Static Public Member Functions | |
static bool | classof (const Decl *D) |
static bool | classof (const VarDecl *) |
Static Public Member Functions inherited from klee::expr::Decl | |
static bool | classof (const Decl *) |
Public Attributes | |
const Identifier * | Name |
Additional Inherited Members | |
Public Types inherited from klee::expr::Decl | |
enum | DeclKind { ArrayDeclKind , ExprVarDeclKind , VersionVarDeclKind , QueryCommandDeclKind , DeclKindLast = QueryCommandDeclKind , VarDeclKindFirst = ExprVarDeclKind , VarDeclKindLast = VersionVarDeclKind , CommandDeclKindFirst = QueryCommandDeclKind , CommandDeclKindLast = QueryCommandDeclKind } |
Public Member Functions inherited from klee::expr::Decl | |
Decl (DeclKind _Kind) | |
virtual | ~Decl () |
DeclKind | getKind () const |
getKind - Get the decl kind. More... | |
virtual void | dump ()=0 |
dump - Dump the AST node to stderr. More... | |
VarDecl - Variable declarations, used to associate names to expressions or array versions outside of expressions.
For example:
|
inlinestatic |
Definition at line 117 of file Parser.h.
References klee::expr::Decl::getKind(), and klee::expr::Decl::VarDeclKindLast.
|
inlinestatic |
const Identifier* klee::expr::VarDecl::Name |