Searched refs:ActionList (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DUtil.h26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList; typedef in namespace:clang::driver
H A DAction.h37 typedef ActionList::size_type size_type;
38 typedef ActionList::iterator iterator;
39 typedef ActionList::const_iterator const_iterator;
67 ActionList Inputs;
76 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type)
89 ActionList &getInputs() { return Inputs; }
90 const ActionList &getInputs() const { return Inputs; }
134 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
206 LinkJobAction(ActionList &Inputs, types::ID Type);
216 LipoJobAction(ActionList
[all...]
H A DCompilation.h49 ActionList Actions;
88 ActionList &getActions() { return Actions; }
89 const ActionList &getActions() const { return Actions; }
H A DDriver.h272 const InputList &Inputs, ActionList &Actions) const;
283 ActionList &Actions) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp60 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type)
102 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type)
108 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type)
114 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type)
120 VerifyJobAction::VerifyJobAction(ActionList &Inputs, types::ID Type)
H A DDriver.cpp835 for (ActionList::const_iterator it = C.getActions().begin(),
856 ActionList &Actions) const {
888 ActionList SingleActions;
906 ActionList Inputs;
931 ActionList Inputs;
939 ActionList VerifyInputs;
1123 const InputList &Inputs, ActionList &Actions) const {
1179 ActionList LinkerInputs;
1180 ActionList SplitInputs;
1352 for (ActionList
[all...]
H A DCompilation.cpp45 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
H A DTools.cpp1718 for (ActionList::const_iterator it = C.getActions().begin(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp143 for (driver::ActionList::const_iterator I = A->begin(), E = A->end();

Completed in 130 milliseconds