Searched refs:ast_properties_ (Results 1 – 1 of 1) sorted by relevance
2432 int ast_node_count() { return ast_properties_.node_count(); } in ast_node_count()2433 AstProperties::Flags* flags() { return ast_properties_.flags(); } in flags()2435 ast_properties_ = *ast_properties; in set_ast_properties()2438 return ast_properties_.feedback_slots(); in slot_count()2485 AstProperties ast_properties_; variable