Searched refs:ClassSpec (Results 1 – 2 of 2) sorted by relevance
98 else if (const ClassTemplateSpecializationDecl *ClassSpec in clang_getSpecializedCursorTemplate() local102 = ClassSpec->getSpecializedTemplateOrPartial(); in clang_getSpecializedCursorTemplate()
4465 if (const ClassTemplateSpecializationDecl *ClassSpec in clang_getCursorDisplayName() local4468 if (TypeSourceInfo *TSInfo = ClassSpec->getTypeAsWritten()) in clang_getCursorDisplayName()4473 OS << *ClassSpec; in clang_getCursorDisplayName()4475 OS, ClassSpec->getTemplateArgs().asArray(), Policy); in clang_getCursorDisplayName()