Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h4184 typedef enum CXTokenKind { enum
4209 } CXTokenKind; typedef
4222 CINDEX_LINKAGE CXTokenKind clang_getTokenKind(CXToken);
/external/clang/tools/libclang/
DCIndex.cpp4866 CXTokenKind clang_getTokenKind(CXToken CXTok) { in clang_getTokenKind()
4867 return static_cast<CXTokenKind>(CXTok.int_data[0]); in clang_getTokenKind()