HomeSort by relevance Sort by last modified time
    Searched defs:MSVC (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
DiagnosticOptions.h 63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 10 #define MSVC 1
  /external/llvm/include/llvm/ADT/
Triple.h 177 MSVC,
462 /// Checks if the environment could be MSVC.
466 getEnvironment() == Triple::MSVC);
469 /// Checks if the environment is MSVC.
471 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 220 milliseconds