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

  /external/clang/lib/Driver/
Tools.h 33 namespace visualstudio { namespace in namespace:clang::driver::tools
88 visualstudio::Compile *getCLFallback() const;
90 mutable std::unique_ptr<visualstudio::Compile> CLFallback;
630 namespace visualstudio { namespace in namespace:clang::driver::tools
633 Link(const ToolChain &TC) : Tool("visualstudio::Link", "linker", TC,
647 Compile(const ToolChain &TC) : Tool("visualstudio::Compile", "compiler", TC,
665 } // end namespace visualstudio
MSVCToolChain.cpp 55 return new tools::visualstudio::Link(*this);
116 /// I.e. "SOFTWARE\\Microsoft\\VisualStudio\\$VERSION".
379 getSystemRegistryString("SOFTWARE\\Microsoft\\VisualStudio\\$VERSION",
Tools.cpp     [all...]

Completed in 181 milliseconds