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.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command line
323 /// Runs an action over all files specified in the command line.
325 /// \param Action Tool action.
326 int run(ToolAction *Action);