Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports96 clang_annotateTokens
H A DCIndex.cpp6819 void clang_annotateTokens(CXTranslationUnit TU, in clang_annotateTokens() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h4394 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h4824 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h4812 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h4822 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h4822 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
/aosp_15_r20/bionic/libc/kernel/tools/
H A Dcpp.py253 conf.lib.clang_annotateTokens(self._tu, tokens_memory, count,
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2120 …pub fn clang_annotateTokens(tu: CXTranslationUnit, tokens: *mut CXToken, n_tokens: c_uint, cursors…
/aosp_15_r20/external/clang/bindings/python/clang/
H A Dcindex.py2890 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3/site-packages/clang/
Dcindex.py3529 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3/site-packages/clang/
Dcindex.py3504 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3/site-packages/clang/
Dcindex.py3504 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3/site-packages/clang/
Dcindex.py3675 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/lib/python3/site-packages/clang/
Dcindex.py3675 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c3678 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation()