Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCXX.cpp67 case TTK_Struct: return CXCursor_StructDecl; in clang_getTemplateCursorKind()
H A DCXCursor.cpp1364 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getNumTemplateArguments()
1411 if (kind != CXCursor_FunctionDecl && kind != CXCursor_StructDecl && in clang_Cursor_getTemplateArgument()
H A DCIndex.cpp5433 case CXCursor_StructDecl: in clang_getCursorKindSpelling()
7551 else if (cursor.kind == CXCursor_StructDecl || in Visit()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h1051 CXCursor_StructDecl = 2, enumerator
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1012 || Cursor.kind == CXCursor_StructDecl in PrintCursor()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4096 return CXCursor_StructDecl; in getCursorKindForDecl()