Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h3842 typedef enum CXTokenKind { enum
3867 } CXTokenKind; typedef
3880 CINDEX_LINKAGE CXTokenKind clang_getTokenKind(CXToken);
/external/clang/tools/libclang/
DCIndex.cpp4661 CXTokenKind clang_getTokenKind(CXToken CXTok) { in clang_getTokenKind()
4662 return static_cast<CXTokenKind>(CXTok.int_data[0]); in clang_getTokenKind()