HomeSort by relevance Sort by last modified time
    Searched refs:get_cursors (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
util.py 60 def get_cursors(source, spelling): function
82 cursors.extend(get_cursors(cursor, spelling))
91 'get_cursors',
test_cursor.py 7 from .util import get_cursors namespace
139 curs = get_cursors(tu, 'f')
147 curs = get_cursors(tu, 'f')

Completed in 20 milliseconds