Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1859 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration() local
1861 if (clang_isDeclaration(typeDeclaration.kind)) { in PrintTypeDeclaration()
1863 …PrintTypeAndTypeKind(clang_getCursorType(typeDeclaration), " [typedeclaration=%s] [typekind=%s]\n"… in PrintTypeDeclaration()