Home
last modified time | relevance | path

Searched refs:ast_dump (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Tools/peg_generator/scripts/
Dshow_parse.py38 from pegen.ast_dump import ast_dump
63 tf.write(ast_dump(tree, include_attributes=verbose))
Dtest_parse_directory.py16 from pegen.ast_dump import ast_dump
87 expected_text = ast_dump(expected_tree, include_attributes=include_attributes)
88 actual_text = ast_dump(actual_tree, include_attributes=include_attributes)
/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_c_parser.py24 from pegen.ast_dump import ast_dump
/external/python/cpython3/Tools/peg_generator/pegen/
Dast_dump.py10 def ast_dump(node, annotate_fields=True, include_attributes=False, *, indent=None): function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp468 std::string ast_dump = ClangUtil::DumpDecl(decl); in FindExternalLexicalDecls() local
474 ast_dump); in FindExternalLexicalDecls()
477 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls()
/external/rust/crates/bindgen/src/
Dclang.rs1715 pub fn ast_dump(c: &Cursor, depth: isize) -> CXChildVisitResult { in ast_dump() function
1932 ast_dump(&s, depth + 1) in ast_dump()
Dlib.rs2496 clang::ast_dump(&cur, 0) in parse()
/external/clang/include/clang/Driver/
DCC1Options.td447 def ast_dump : Flag<["-"], "ast-dump">,
/external/llvm-project/clang/include/clang/Driver/
DOptions.td4291 def ast_dump : Flag<["-"], "ast-dump">,