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

  /external/clang/lib/Driver/
Tools.h 35 namespace visualstudio { namespace in namespace:clang::driver::tools
101 visualstudio::Compiler *getCLFallback() const;
103 mutable std::unique_ptr<visualstudio::Compiler> CLFallback;
686 namespace visualstudio { namespace in namespace:clang::driver::tools
694 : Tool("visualstudio::Linker", "linker", TC, RF_Full,
709 : Tool("visualstudio::Compiler", "compiler", TC, RF_Full,
727 } // end namespace visualstudio
    [all...]
MSVCToolChain.cpp 57 return new tools::visualstudio::Linker(*this);
131 /// I.e. "SOFTWARE\\Microsoft\\VisualStudio\\$VERSION".
526 getSystemRegistryString("SOFTWARE\\Microsoft\\VisualStudio\\$VERSION",
673 tools::visualstudio::getMSVCVersion(/*D=*/nullptr, *this, Triple, Args,
Tools.cpp     [all...]
  /external/python/setuptools/setuptools/
msvc.py 235 r'http://landinghub.visualstudio.com/'
350 def visualstudio(self): member in class:RegistryInfo
354 return 'VisualStudio'
361 return os.path.join(self.visualstudio, 'SxS')
682 path = os.path.join(self.ri.visualstudio, path)
    [all...]

Completed in 559 milliseconds