Home
last modified time | relevance | path

Searched refs:clang_annotateTokens (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports88 clang_annotateTokens
DCIndex.cpp6206 void clang_annotateTokens(CXTranslationUnit TU, in clang_annotateTokens() function
/external/clang/include/clang-c/
DIndex.h4186 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU,
/external/clang/bindings/python/clang/
Dcindex.py2800 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/external/clang/tools/c-index-test/
Dc-index-test.c3463 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation()