Lines Matching refs:ast
250 lex_state->ast = CG(ast); in zend_save_lexical_state()
293 CG(ast) = lex_state->ast; in zend_restore_lexical_state()
596 CG(ast) = NULL; in zend_compile()
613 zend_ast_process(CG(ast)); in zend_compile()
618 zend_compile_top_stmt(CG(ast)); in zend_compile()
630 zend_ast_destroy(CG(ast)); in zend_compile()
665 zend_ast *ast; in zend_compile_string_to_ast() local
674 CG(ast) = NULL; in zend_compile_string_to_ast()
679 zend_ast_destroy(CG(ast)); in zend_compile_string_to_ast()
681 CG(ast) = NULL; in zend_compile_string_to_ast()
685 ast = CG(ast); in zend_compile_string_to_ast()
693 return ast; in zend_compile_string_to_ast()
3108 elem->ast = zend_ast_create_zval_with_lineno(zendlval, start_line);