Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6798 case CXToken_Keyword: in clang_getTokenSpelling()
6917 CXTok.int_data[0] = CXToken_Keyword; in getTokens()
6920 Tok.is(tok::identifier) ? CXToken_Identifier : CXToken_Keyword; in getTokens()
7771 Tokens[I].int_data[0] = CXToken_Keyword; in clang_annotateTokensImpl()
7787 Tokens[I].int_data[0] = CXToken_Keyword; in clang_annotateTokensImpl()
7793 Tokens[I].int_data[0] = CXToken_Keyword; in clang_annotateTokensImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4970 CXToken_Keyword, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4272 case CXToken_Keyword: kind = "Keyword"; break; in perform_token_annotation()