Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.cpp178 if (Opts.CPlusPlus11 && Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in addVisualCDefines()
181 if (Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) { in addVisualCDefines()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h122 MSVC2015 = 1900, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp171 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in AddKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp848 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in emitDiagnosticLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1630 LangOptions::MSVC2015) in mangleTemplateArg()
3604 LangOptions::MSVC2015) && in mangleCXXCatchableType()
H A DRecordLayoutBuilder.cpp2837 if (LVA->getVersion() <= LangOptions::MSVC2015) in recordUsesEBO()
H A DDecl.cpp2044 LangOptions::MSVC2015)) || in getTLSKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp77 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in getTerminateFn()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6279 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in checkClassLevelDLLAttribute()
6284 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in checkClassLevelDLLAttribute()
6830 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in CheckCompletedCXXClass()
9183 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015); in ShouldDeleteSpecialMember()
H A DSemaDecl.cpp4366 return LO.isCompatibleWithMSVC(LangOptions::MSVC2015) in getMSManglingNumber()
9313 ((!getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in ActOnFunctionDeclarator()
H A DSemaDeclAttr.cpp7062 if (Version != LangOptions::MSVC2015 / 100) { in handleLayoutVersion()
H A DSemaInit.cpp9780 (!L.MicrosoftExt || L.isCompatibleWithMSVC(LangOptions::MSVC2015)); in NarrowingErrs()