Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports279 clang_getTokenKind
H A DCIndex.cpp6791 CXTokenKind clang_getTokenKind(CXToken CXTok) { in clang_getTokenKind() function
6796 switch (clang_getTokenKind(CXTok)) { in clang_getTokenSpelling()
7748 if (clang_getTokenKind(Tokens[I]) != CXToken_Identifier) in clang_annotateTokensImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5013 CINDEX_LINKAGE CXTokenKind clang_getTokenKind(CXToken);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3297 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4270 switch (clang_getTokenKind(tokens[i])) { in perform_token_annotation()