Searched refs:CXCursor_TypedefDecl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1758 CXCursor_TypedefDecl = 20, enumerator in enum:CXCursorKind
1817 * The typedef is a declaration of size_type (CXCursor_TypedefDecl),
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c818 if (clang_getCursorKind(Referenced) == CXCursor_TypedefDecl) {
1966 else if (!strcmp(filter, "typedef")) K = CXCursor_TypedefDecl;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5201 case CXCursor_TypedefDecl:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3879 return CXCursor_TypedefDecl;

Completed in 304 milliseconds