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
6625 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration() local6639 (!IsInline || (IsMicrosoftABI && IsTemplate)) && !IsStaticDataMember && in checkDLLAttributeRedeclaration()6641 if (IsMicrosoftABI && IsDefinition) { in checkDLLAttributeRedeclaration()6658 } else if (IsInline && OldImportAttr && !IsMicrosoftABI) { in checkDLLAttributeRedeclaration()