Home | History | Annotate | Download | only in tools

Lines Matching refs:tokens_memory

232         tokens_memory = ctypes.POINTER(clang.cindex.Token)()
236 ctypes.byref(tokens_memory),
249 conf.lib.clang_annotateTokens(self._tu, tokens_memory, count,
253 tokens_memory,
255 token_group = TokenGroup(self._tu, tokens_memory, tokens_count)