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
7024 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration() local7038 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()7040 if (IsMicrosoftABI && IsDefinition) { in checkDLLAttributeRedeclaration()7056 } else if (IsMicrosoftABI && IsSpecialization) { in checkDLLAttributeRedeclaration()7068 } else if (IsInline && OldImportAttr && !IsMicrosoftABI) { in checkDLLAttributeRedeclaration()