Searched refs:shouldDLLImportComdatSymbols (Results 1 – 5 of 5) sorted by relevance
1140 virtual bool shouldDLLImportComdatSymbols() const { in shouldDLLImportComdatSymbols() function
7104 (S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()7111 !(S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()7120 if ((S.Context.getTargetInfo().shouldDLLImportComdatSymbols()) && in handleDLLAttr()
9751 (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in ActOnExplicitInstantiation()9769 (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in ActOnExplicitInstantiation()
6183 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && !ClassAttr) { in checkClassLevelDLLAttribute()6203 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()6268 if (!Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()
6558 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration()