Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp213 if (Opts.CPlusPlus11 && Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in addVisualCDefines()
216 if (Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) { in addVisualCDefines()
228 if (Opts.isCompatibleWithMSVC(LangOptions::MSVC2022_3)) in addVisualCDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp124 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2012)) in addLocationToResult()
H A DTextDiagnostic.cpp814 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2012)) in emitDiagnosticLoc()
829 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in emitDiagnosticLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h587 bool isCompatibleWithMSVC(MSVCMajorVersion MajorVersion) const { in isCompatibleWithMSVC() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1559 if (getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleIntegerLiteral()
1763 Out << (Context.getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleTemplateArg()
2819 getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleFunctionType()
3791 bool OmitCopyCtor = getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleCXXCatchableType()
3793 !getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleCXXCatchableType()
H A DDecl.cpp2173 return ((getASTContext().getLangOpts().isCompatibleWithMSVC( in getTLSKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp231 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in getKeywordStatus()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp406 if (!S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2022_3)) { in handleMSConstexprAttr()
H A DSemaDeclCXX.cpp6634 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in checkClassLevelDLLAttribute()
6639 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in checkClassLevelDLLAttribute()
7186 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in CheckCompletedCXXClass()
9753 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015); in ShouldDeleteSpecialMember()
H A DSemaDecl.cpp4927 return LO.isCompatibleWithMSVC(LangOptions::MSVC2015) in getMSManglingNumber()
10237 ((!getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) && in ActOnFunctionDeclarator()
H A DSemaInit.cpp10418 (!L.MicrosoftExt || L.isCompatibleWithMSVC(LangOptions::MSVC2015))) in DiagnoseNarrowingInInitList()
H A DSemaDeclAttr.cpp7403 if (!S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2022_3)) { in handleMSConstexprAttr()
H A DSemaOverload.cpp4434 !S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2019_8) && in CompareStandardConversionSequences()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp77 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in getTerminateFn()
H A DMicrosoftCXXABI.cpp433 return getContext().getLangOpts().isCompatibleWithMSVC( in usesThreadWrapperFunction()