Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp722 getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleMemberDataPointer()
797 if (getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleMemberFunctionPointer()
853 if (getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleFunctionPointer()
875 if (getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleVarDecl()
1653 if (getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleIntegerLiteral()
1865 Out << (Context.getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleTemplateArg()
2924 getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleFunctionType()
3948 bool OmitCopyCtor = getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleCXXCatchableType()
3950 !getASTContext().getLangOpts().isCompatibleWithMSVC( in mangleCXXCatchableType()
H A DDecl.cpp2158 return ((getASTContext().getLangOpts().isCompatibleWithMSVC( in getTLSKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h629 bool isCompatibleWithMSVC(MSVCMajorVersion MajorVersion) const { in isCompatibleWithMSVC() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp823 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2012)) in emitDiagnosticLoc()
838 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in emitDiagnosticLoc()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp231 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in getKeywordStatus()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp425 if (!S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2022_3)) { in handleMSConstexprAttr()
H A DSemaDeclCXX.cpp6490 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) 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.cpp5431 if (!S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2022_3)) { in handleMSConstexprAttr()
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()
H A DSemaOverload.cpp4468 !S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2019_8) && in CompareStandardConversionSequences()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp77 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015)) in getTerminateFn()
H A DMicrosoftCXXABI.cpp431 return getContext().getLangOpts().isCompatibleWithMSVC( in usesThreadWrapperFunction()