Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp548 CXCursor C = { CXCursor_TypeRef, 0, { (void*)Type, RawLoc, TU } }; in MakeCursorTypeRef()
554 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
DCXType.cpp171 case CXCursor_TypeRef: { in clang_getCursorType()
DCIndex.cpp3090 case CXCursor_TypeRef: { in clang_getCursorSpelling()
3398 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
3744 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
3900 case CXCursor_TypeRef: { in clang_getCursorLocation()
4050 case CXCursor_TypeRef: in getRawCursorExtent()
4261 case CXCursor_TypeRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1483 CXCursor_TypeRef = 43, enumerator