Searched refs:transform_parse_tree (Results 1 – 5 of 5) sorted by relevance
15 from xdr_ast import transform_parse_tree, XdrSemanticError33 transform_parse_tree(parse_tree)
22 from xdr_ast import transform_parse_tree, _RpcProgram, Specification66 ast = transform_parse_tree(parse_tree)
24 from xdr_ast import transform_parse_tree, Specification, XdrSemanticError93 ast = transform_parse_tree(parse_tree)
22 from xdr_ast import transform_parse_tree, _RpcProgram, Specification122 ast = transform_parse_tree(parse_tree)
993 def transform_parse_tree(parse_tree): function