Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h137 MSVC2015 = 1900, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp231 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in getKeywordStatus()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp838 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in emitDiagnosticLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1866 LangOptions::MSVC2015) in mangleTemplateArg()
3949 LangOptions::MSVC2015) && in mangleCXXCatchableType()
H A DRecordLayoutBuilder.cpp2925 if (LVA->getVersion() <= LangOptions::MSVC2015) in recordUsesEBO()
H A DDecl.cpp2159 LangOptions::MSVC2015)) || in getTLSKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp77 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in getTerminateFn()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6490 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in checkClassLevelDLLAttribute()
6493 // MSVC2015 doesn't export trivial defaulted x-tor but copy assign in checkClassLevelDLLAttribute()
6495 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in checkClassLevelDLLAttribute()
7032 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in CheckCompletedCXXClass()
9659 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015); in ShouldDeleteSpecialMember()
H A DSemaDeclAttr.cpp5544 if (Version != LangOptions::MSVC2015 / 100) { in handleLayoutVersion()
H A DSemaDecl.cpp4791 return LO.isCompatibleWithMSVC(LangOptions::MSVC2015) in getMSManglingNumber()
10093 ((!getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in ActOnFunctionDeclarator()
H A DSemaInit.cpp9455 (!L.MicrosoftExt || L.isCompatibleWithMSVC(LangOptions::MSVC2015))) in DiagnoseNarrowingInInitList()