Searched refs:IsMicrosoftABI (Results 1 – 2 of 2) sorted by relevance
325 bool isMicrosoft() const { return IsMicrosoftABI; } in isMicrosoft()339 VTableContextBase(bool MS) : IsMicrosoftABI(MS) {} in VTableContextBase()357 bool IsMicrosoftABI; variable
7194 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration() local7208 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()7210 if (IsMicrosoftABI && IsDefinition) { in checkDLLAttributeRedeclaration()7226 } else if (IsMicrosoftABI && IsSpecialization) { in checkDLLAttributeRedeclaration()7238 } else if (IsInline && OldImportAttr && !IsMicrosoftABI) { in checkDLLAttributeRedeclaration()