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
61 /// \param [in] Args The list of input driver arguments
68 /// \param [in] Args The list of input driver arguments
75 /// \param [in] Args The list of input driver arguments
82 /// \param [in] Args The list of input driver arguments
87 /// Extract offload options from the driver arguments and add them to
89 /// \param [in] C The current compilation for the driver invocation
92 /// \param [in] Args The list of input driver arguments
98 /// Extract options for code generation from the driver arguments and add them
101 /// \param [in] Args The list of input driver arguments
106 /// Extract other compilation options from the driver arguments and add them
109 /// \param [in] Args The list of input driver arguments
131 } // end namespace driver