Lines Matching refs:cindex
18 import clang.cindex
19 from clang.cindex import conf
20 from clang.cindex import Cursor
21 from clang.cindex import CursorKind
22 from clang.cindex import SourceLocation
23 from clang.cindex import SourceRange
24 from clang.cindex import TokenGroup
25 from clang.cindex import TokenKind
26 from clang.cindex import TranslationUnit
30 clang.cindex.Config.set_library_path(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64'))
90 class Token(clang.cindex.Token):
108 clang.cindex.Token.__init__(self)
135 self._cursor = clang.cindex.Token.cursor
216 self._indexer = clang.cindex.Index.create()
232 tokens_memory = ctypes.POINTER(clang.cindex.Token)()
254 ctypes.POINTER(clang.cindex.Token * count)).contents