Home | History | Annotate | Download | only in ast

Lines Matching defs:AstProperties

153 class AstProperties final BASE_EMBEDDED {
163 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {}
179 DEFINE_OPERATORS_FOR_FLAGS(AstProperties::Flags)
2684 AstProperties::Flags flags() const { return ast_properties_.flags(); }
2685 void set_ast_properties(AstProperties* ast_properties) {
2753 AstProperties ast_properties_;