Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp5661 bool IsMicrosoft = S.Context.getTargetInfo().getCXXABI().isMicrosoft(); in checkDLLAttributeRedeclaration() local
5676 if (IsMicrosoft && IsDefinition) { in checkDLLAttributeRedeclaration()
5694 } else if (IsInline && OldImportAttr && !IsMicrosoft) { in checkDLLAttributeRedeclaration()