Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp882 CXCursor C = {CXCursor_TypeRef, 0, {Type, RawLoc, TU}}; in MakeCursorTypeRef()
888 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
H A DCXType.cpp262 case CXCursor_TypeRef: { in clang_getCursorType()
H A DCIndex.cpp4646 case CXCursor_TypeRef: { in clang_getCursorSpelling()
5247 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
5810 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
5994 case CXCursor_TypeRef: { in clang_getCursorLocation()
6150 case CXCursor_TypeRef: in getRawCursorExtent()
6362 case CXCursor_TypeRef: in clang_getCursorReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1821 CXCursor_TypeRef = 43, enumerator