Searched refs:CXCursor_StructDecl (Results 1 – 6 of 6) sorted by relevance
67 case TTK_Struct: return CXCursor_StructDecl; in clang_getTemplateCursorKind()
1364 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getNumTemplateArguments()1411 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getTemplateArgument()
5433 case CXCursor_StructDecl: in clang_getCursorKindSpelling()7551 else if (cursor.kind == CXCursor_StructDecl || in Visit()
1051 CXCursor_StructDecl = 2, enumerator
1012 || Cursor.kind == CXCursor_StructDecl in PrintCursor()
4096 return CXCursor_StructDecl; in getCursorKindForDecl()