Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp682 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef()
688 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
DCXType.cpp192 case CXCursor_TypeRef: { in clang_getCursorType()
DCIndex.cpp3739 case CXCursor_TypeRef: { in clang_getCursorSpelling()
4187 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
4625 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
4802 case CXCursor_TypeRef: { in clang_getCursorLocation()
4959 case CXCursor_TypeRef: in getRawCursorExtent()
5172 case CXCursor_TypeRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1657 CXCursor_TypeRef = 43, enumerator