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

  /bionic/libc/kernel/tools/
cpp.py 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)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 452 tokens_memory = POINTER(Token)()
455 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory),
465 tokens_array = cast(tokens_memory, POINTER(Token * count)).contents
467 token_group = TokenGroup(tu, tokens_memory, tokens_count)
    [all...]

Completed in 147 milliseconds