Home
last modified time | relevance | path

Searched refs:IsMicrosoftABI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h325 bool isMicrosoft() const { return IsMicrosoftABI; } in isMicrosoft()
339 VTableContextBase(bool MS) : IsMicrosoftABI(MS) {} in VTableContextBase()
357 bool IsMicrosoftABI; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7024 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration() local
7038 (!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()