Home | History | Annotate | Download | only in Driver

Lines Matching defs:Clang

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