Searched refs:clang_annotateTokens (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | libclang.exports | 96 clang_annotateTokens
|
H A D | CIndex.cpp | 6819 void clang_annotateTokens(CXTranslationUnit TU, in clang_annotateTokens() function
|
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 4394 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 4824 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 4812 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 4822 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 4822 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens,
|
/aosp_15_r20/bionic/libc/kernel/tools/ |
H A D | cpp.py | 253 conf.lib.clang_annotateTokens(self._tu, tokens_memory, count,
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 2120 …pub fn clang_annotateTokens(tu: CXTranslationUnit, tokens: *mut CXToken, n_tokens: c_uint, cursors…
|
/aosp_15_r20/external/clang/bindings/python/clang/ |
H A D | cindex.py | 2890 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/ |
D | cindex.py | 3529 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/ |
D | cindex.py | 3504 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/ |
D | cindex.py | 3504 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/ |
D | cindex.py | 3675 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/ |
D | cindex.py | 3675 conf.lib.clang_annotateTokens(self._tu, byref(self), 1, byref(cursor))
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 3678 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation()
|