Searched refs:spellings (Results 1 - 1 of 1) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py34 spellings = [c.spelling for c in tu.cursor.get_children()]
35 assert spellings[-2] == 'hello'
36 assert spellings[-1] == 'hi'
42 spellings = [c.spelling for c in tu.cursor.get_children()]
43 assert spellings[-2] == 'hello'
44 assert spellings[-1] == 'hi'
57 spellings = [c.spelling for c in tu.cursor.get_children()] variable
58 assert spellings[-2] == 'x'
59 assert spellings[-1] == 'y'
65 spellings
[all...]

Completed in 282 milliseconds