Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCXX.cpp61 case CXCursor_ClassTemplatePartialSpecialization: in clang_getTemplateCursorKind()
H A DCIndex.cpp5752 case CXCursor_ClassTemplatePartialSpecialization: in clang_getCursorKindSpelling()
7517 cursor.kind == CXCursor_ClassTemplatePartialSpecialization) { in Visit()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1782 CXCursor_ClassTemplatePartialSpecialization = 32, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4019 return CXCursor_ClassTemplatePartialSpecialization; in getCursorKindForDecl()