Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp589 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef()
595 assert(C.kind == CXCursor_TemplateRef); in getCursorTemplateRef()
DCXType.cpp201 case CXCursor_TemplateRef: in clang_getCursorType()
DCIndex.cpp3256 case CXCursor_TemplateRef: { in clang_getCursorSpelling()
3572 case CXCursor_TemplateRef: in clang_getCursorKindSpelling()
4096 case CXCursor_TemplateRef: { in clang_getCursorLocation()
4245 case CXCursor_TemplateRef: in getRawCursorExtent()
4457 case CXCursor_TemplateRef: in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1571 CXCursor_TemplateRef = 45, enumerator