Lines Matching refs:TSK

6126   TemplateSpecializationKind TSK = Class->getTemplateSpecializationKind();  in ReferenceDllExportedMembers()  local
6128 if (TSK == TSK_ExplicitInstantiationDeclaration) in ReferenceDllExportedMembers()
6162 TSK == TSK_ImplicitInstantiation) in ReferenceDllExportedMembers()
6173 if (TSK == TSK_ImplicitInstantiation && !ClassAttr->isInherited()) in ReferenceDllExportedMembers()
6180 if (CD && CD->isDefaultConstructor() && TSK == TSK_Undeclared) { in ReferenceDllExportedMembers()
6193 if (TSK != TSK_ExplicitInstantiationDefinition) { in ReferenceDllExportedMembers()
6446 TemplateSpecializationKind TSK = Class->getTemplateSpecializationKind(); in checkClassLevelDLLAttribute() local
6451 TSK == TSK_ExplicitInstantiationDeclaration && in checkClassLevelDLLAttribute()
6480 TSK != TSK_ExplicitInstantiationDeclaration && in checkClassLevelDLLAttribute()
6481 TSK != TSK_ExplicitInstantiationDefinition) in checkClassLevelDLLAttribute()
6515 TSK != TSK_ExplicitInstantiationDeclaration && in checkClassLevelDLLAttribute()
6516 TSK != TSK_ExplicitInstantiationDefinition) { in checkClassLevelDLLAttribute()
6561 auto TSK = BaseTemplateSpec->getSpecializationKind(); in propagateDLLAttrToBaseClassTemplate() local
6563 (TSK == TSK_Undeclared || TSK == TSK_ExplicitInstantiationDeclaration || in propagateDLLAttrToBaseClassTemplate()
6564 TSK == TSK_ImplicitInstantiation)) { in propagateDLLAttrToBaseClassTemplate()
6580 if (TSK != TSK_Undeclared) in propagateDLLAttrToBaseClassTemplate()
18531 TemplateSpecializationKind TSK = in DefineUsedVTables() local
18533 assert(TSK != TSK_ExplicitInstantiationDefinition && in DefineUsedVTables()
18534 TSK != TSK_ImplicitInstantiation && in DefineUsedVTables()
18536 (void)TSK; in DefineUsedVTables()
18545 TemplateSpecializationKind TSK in DefineUsedVTables() local
18547 if (TSK == TSK_ExplicitInstantiationDeclaration) in DefineUsedVTables()
18549 else if (TSK == TSK_ExplicitInstantiationDefinition) { in DefineUsedVTables()