Searched refs:ast_info (Results 1 – 3 of 3) sorted by relevance
125 tree_parse_info<iterator_t> ast_info = in test() local133 basic_tree_to_xml<wchar_t>(outsink, ast_info.trees, input); in test()144 tree_parse_info<iterator_t> ast_info = in test() local152 basic_tree_to_xml<char>(outsink, ast_info.trees, input); in test()
89 static const GTypeInfo ast_info = { in ast_get_type() local113 &ast_info, (GTypeFlags)0); in ast_get_type()
2017 py::tuple ast_info = python_adapter::CallPyObjMethod(parser_, "parse"); in InitParseAstInfo() local2019 if (ast_info.size() != ast_info_size) { in InitParseAstInfo()2022 ast_tokens_ = ast_info[0]; in InitParseAstInfo()2023 ast_tree_ = ast_info[1]; in InitParseAstInfo()