Home
last modified time | relevance | path

Searched refs:get_cursors (Results 1 – 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py9 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 …]
Dutil.py51 def get_cursors(source, spelling): function