Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp710 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef()
716 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
DCXType.cpp194 case CXCursor_TypeRef: { in clang_getCursorType()
DCIndex.cpp4140 case CXCursor_TypeRef: { in clang_getCursorSpelling()
4532 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
4990 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
5167 case CXCursor_TypeRef: { in clang_getCursorLocation()
5324 case CXCursor_TypeRef: in getRawCursorExtent()
5537 case CXCursor_TypeRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1668 CXCursor_TypeRef = 43, enumerator