Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCXX.cpp69 case TTK_Union: return CXCursor_UnionDecl; in clang_getTemplateCursorKind()
H A DCIndex.cpp5209 case CXCursor_UnionDecl: in clang_getCursorKindSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1721 CXCursor_UnionDecl = 3, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3943 return CXCursor_UnionDecl; in getCursorKindForDecl()