Home | History | Annotate | Download | only in Tooling

Lines Matching defs:Action

70   /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command line
326 /// Runs an action over all files specified in the command line.
328 /// \param Action Tool action.
329 int run(ToolAction *Action);