Home | History | Annotate | Download | only in parsing

Lines Matching defs:ast_value_factory_

37       delete ast_value_factory_;
40 ast_value_factory_ = nullptr;
102 AstValueFactory* ast_value_factory() { return ast_value_factory_; }
104 ast_value_factory_ = ast_value_factory;
193 AstValueFactory* ast_value_factory_; // used if available, otherwise new.