Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp941 CXCursor C = {CXCursor_TemplateRef, 0, {Template, RawLoc, TU}}; in MakeCursorTemplateRef()
947 assert(C.kind == CXCursor_TemplateRef); in getCursorTemplateRef()
H A DCXType.cpp284 case CXCursor_TemplateRef: in clang_getCursorType()
H A DCIndex.cpp4849 case CXCursor_TemplateRef: { in clang_getCursorSpelling()
5445 case CXCursor_TemplateRef: in clang_getCursorKindSpelling()
6225 case CXCursor_TemplateRef: { in clang_getCursorLocation()
6379 case CXCursor_TemplateRef: in getRawCursorExtent()
6591 case CXCursor_TemplateRef: in clang_getCursorReferenced()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1827 CXCursor_TemplateRef = 45, enumerator