Home
last modified time | relevance | path

Searched refs:CXToken_Identifier (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4975 CXToken_Identifier, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6797 case CXToken_Identifier: in clang_getTokenSpelling()
6920 Tok.is(tok::identifier) ? CXToken_Identifier : CXToken_Keyword; in getTokens()
7748 if (clang_getTokenKind(Tokens[I]) != CXToken_Identifier) in clang_annotateTokensImpl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4273 case CXToken_Identifier: kind = "Identifier"; break; in perform_token_annotation()