Searched refs:CXCursor_TypedefDecl (Results 1 – 4 of 4) sorted by relevance
1758 CXCursor_TypedefDecl = 20, enumerator
818 if (clang_getCursorKind(Referenced) == CXCursor_TypedefDecl) { in PrintCursor()1966 else if (!strcmp(filter, "typedef")) K = CXCursor_TypedefDecl; in perform_test_load()
3879 return CXCursor_TypedefDecl; in getCursorKindForDecl()
5201 case CXCursor_TypedefDecl: in clang_getCursorKindSpelling()