OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 842 milliseconds