Searched refs:get_cursors (Results 1 – 2 of 2) sorted by relevance
/external/clang/bindings/python/tests/cindex/ |
D | test_cursor.py | 9 from .util import get_cursors 120 xs = get_cursors(tu, 'X') 139 xs = get_cursors(tu, 'X') 155 xs = get_cursors(tu, 'X') 169 xs = get_cursors(tu, 'X') 185 xs = get_cursors(tu, 'X') 186 ys = get_cursors(tu, 'Y') 276 curs = get_cursors(tu, 'f') 284 curs = get_cursors(tu, 'f') 401 foos = get_cursors(tu, 'foo') [all …]
|
D | util.py | 51 def get_cursors(source, spelling): function
|