Home | History | Annotate | Download | only in Driver

Lines Matching defs:Clang

13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/Types.h"
15 #include "clang/Driver/Util.h"
20 namespace clang {
39 /// \brief Clang compiler tool.
40 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {}
106 /// \brief Clang integrated assembler tool.
109 ClangAs(const ToolChain &TC) : Tool("clang::as",
110 "clang integrated assembler", TC,
193 // We simply use "clang -cc1" for those actions.
673 // We simply use "clang -cc1" for those actions.
729 } // end namespace clang