Home | History | Annotate | Download | only in ToolChains

Lines Matching defs:driver

12 #include "clang/Driver/Tool.h"
13 #include "clang/Driver/Action.h"
14 #include "clang/Driver/Compilation.h"
15 #include "clang/Driver/ToolChain.h"
20 namespace driver {
27 /// Extract fortran dialect options from the driver arguments and add them to
30 /// \param [in] Args The list of input driver arguments
35 /// Extract preprocessing options from the driver arguments and add them to
38 /// \param [in] Args The list of input driver arguments
42 /// Extract other compilation options from the driver arguments and add them
45 /// \param [in] Args The list of input driver arguments
67 } // end namespace driver