27#ifndef IDLFE_AST_FORWARDECLARABLE_H_
28#define IDLFE_AST_FORWARDECLARABLE_H_
42 return has_forward_dcl_;
47 has_forward_dcl_ (false)
53 void set_has_forward_dcl ()
55 has_forward_dcl_ =
true;
59 bool has_forward_dcl_;
The item that can be forward declared.
bool has_forward_dcl() const
Abstract Syntax Tree namespace.