Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp97 case CXCursor_TypeRef: in categorize()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp925 CXCursor C = {CXCursor_TypeRef, 0, {Type, RawLoc, TU}}; in MakeCursorTypeRef()
931 assert(C.kind == CXCursor_TypeRef); in getCursorTypeRef()
H A DCIndex.cpp4842 case CXCursor_TypeRef: { in clang_getCursorSpelling()
5443 case CXCursor_TypeRef: in clang_getCursorKindSpelling()
6036 cursor.kind == CXCursor_TypeRef) { in GetCursorVisitor()
6220 case CXCursor_TypeRef: { in clang_getCursorLocation()
6376 case CXCursor_TypeRef: in getRawCursorExtent()
6588 case CXCursor_TypeRef: in clang_getCursorReferenced()
H A DCXType.cpp268 case CXCursor_TypeRef: { in clang_getCursorType()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1821 CXCursor_TypeRef = 43, enumerator