Lines Matching full: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
43 /// Extract PIC options from the driver arguments and add them to
46 /// \param [in] Args The list of input driver arguments
51 /// Extract target options from the driver arguments and add them to
54 /// \param [in] Args The list of input driver arguments
59 /// Extract other compilation options from the driver arguments and add them
62 /// \param [in] Args The list of input driver arguments
84 } // end namespace driver