Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp226 if (Opts.CPlusPlus11 && Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in addVisualCDefines()
229 if (Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) { in addVisualCDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h156 MSVC2015 = 1900, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp233 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in getKeywordStatus()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp836 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in emitDiagnosticLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1906 LangOptions::MSVC2015) in mangleTemplateArg()
4041 LangOptions::MSVC2015) && in mangleCXXCatchableType()
H A DRecordLayoutBuilder.cpp2916 if (LVA->getVersion() <= LangOptions::MSVC2015) in recordUsesEBO()
H A DDecl.cpp2176 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.cpp6598 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in checkClassLevelDLLAttribute()
6603 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in checkClassLevelDLLAttribute()
7141 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in CheckCompletedCXXClass()
9868 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015); in ShouldDeleteSpecialMember()
H A DSemaDecl.cpp4898 return LO.isCompatibleWithMSVC(LangOptions::MSVC2015) in getMSManglingNumber()
10303 ((!getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in ActOnFunctionDeclarator()
19021 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015); in CheckFieldDecl()
H A DSemaInit.cpp9746 (!L.MicrosoftExt || L.isCompatibleWithMSVC(LangOptions::MSVC2015))) in DiagnoseNarrowingInInitList()
H A DSemaDeclAttr.cpp6262 if (Version != LangOptions::MSVC2015 / 100) { in handleLayoutVersion()