HomeSort by: relevance | last modified time | path
    Searched refs:isCompatibleWithMSVC (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.cpp 178 if (Opts.CPlusPlus11 && Opts.isCompatibleWithMSVC(LangOptions::MSVC2015))
181 if (Opts.isCompatibleWithMSVC(LangOptions::MSVC2015)) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 393 bool isCompatibleWithMSVC(MSVCMajorVersion MajorVersion) const {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 171 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015))
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 1461 if (getASTContext().getLangOpts().isCompatibleWithMSVC(
1629 Out << (Context.getASTContext().getLangOpts().isCompatibleWithMSVC(
2647 getASTContext().getLangOpts().isCompatibleWithMSVC(
3603 bool OmitCopyCtor = getASTContext().getLangOpts().isCompatibleWithMSVC(
3605 !getASTContext().getLangOpts().isCompatibleWithMSVC(
Decl.cpp 2043 return ((getASTContext().getLangOpts().isCompatibleWithMSVC(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 77 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 6279 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015))
6284 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) &&
6830 if (getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) &&
9183 !getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015);
SemaDecl.cpp 4366 return LO.isCompatibleWithMSVC(LangOptions::MSVC2015)
9313 ((!getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2015) &&
SemaInit.cpp 9780 (!L.MicrosoftExt || L.isCompatibleWithMSVC(LangOptions::MSVC2015));
SemaOverload.cpp 4123 !S.getLangOpts().isCompatibleWithMSVC(LangOptions::MSVC2019_8) &&

Completed in 86 milliseconds