Home | History | Annotate | Download | only in Driver

Lines Matching defs:Clang

13 #include "clang/Basic/VersionTuple.h"
14 #include "clang/Driver/Tool.h"
15 #include "clang/Driver/Types.h"
16 #include "clang/Driver/Util.h"
17 #include "clang/Frontend/CodeGenOptions.h"
22 namespace clang {
45 /// \brief Clang compiler tool.
46 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
102 // CAUTION! The first constructor argument ("clang") is not arbitrary,
104 // whether that tool is Clang based on the Tool's Name as a string.
105 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {}
118 /// \brief Clang integrated assembler tool.
122 : Tool("clang::as", "clang integrated assembler", TC, RF_Full) {}
201 // We simply use "clang -cc1" for those actions.
773 // We simply use "clang -cc1" for those actions.
902 } // end namespace clang