Home
last modified time | relevance | path

Searched refs:CXTokenKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang-c/
DIndex.h4285 typedef enum CXTokenKind { enum
4310 } CXTokenKind; typedef
4323 CINDEX_LINKAGE CXTokenKind clang_getTokenKind(CXToken);
/external/clang/tools/libclang/
DCIndex.cpp5960 CXTokenKind clang_getTokenKind(CXToken CXTok) { in clang_getTokenKind()
5961 return static_cast<CXTokenKind>(CXTok.int_data[0]); in clang_getTokenKind()