OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionList
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Driver/
Util.h
30
///
ActionList
- Type used for lists of actions.
31
typedef SmallVector<Action*, 3>
ActionList
;
Action.h
37
typedef
ActionList
::size_type size_type;
38
typedef
ActionList
::iterator iterator;
39
typedef
ActionList
::const_iterator const_iterator;
68
ActionList
Inputs;
77
Action(ActionClass _Kind, const
ActionList
&_Inputs, types::ID _Type)
90
ActionList
&getInputs() { return Inputs; }
91
const
ActionList
&getInputs() const { return Inputs; }
135
JobAction(ActionClass Kind, const
ActionList
&Inputs, types::ID Type);
207
LinkJobAction(
ActionList
&Inputs, types::ID Type);
217
LipoJobAction(
ActionList
&Inputs, types::ID Type)
[
all
...]
Compilation.h
49
ActionList
Actions;
91
ActionList
&getActions() { return Actions; }
92
const
ActionList
&getActions() const { return Actions; }
Driver.h
271
const InputList &Inputs,
ActionList
&Actions) const;
282
ActionList
&Actions) const;
/external/clang/lib/Driver/
Action.cpp
61
JobAction::JobAction(ActionClass Kind, const
ActionList
&Inputs, types::ID Type)
103
LinkJobAction::LinkJobAction(
ActionList
&Inputs, types::ID Type)
109
LipoJobAction::LipoJobAction(
ActionList
&Inputs, types::ID Type)
115
DsymutilJobAction::DsymutilJobAction(
ActionList
&Inputs, types::ID Type)
128
VerifyJobAction::VerifyJobAction(ActionClass Kind,
ActionList
&Inputs,
Driver.cpp
831
for (
ActionList
::const_iterator it = C.getActions().begin(),
852
ActionList
&Actions) const {
884
ActionList
SingleActions;
902
ActionList
Inputs;
[
all
...]
Compilation.cpp
43
for (
ActionList
::iterator it = Actions.begin(), ie = Actions.end();
/external/clang/lib/Tooling/
CompilationDatabase.cpp
143
for (driver::
ActionList
::const_iterator I = A->begin(), E = A->end();
Completed in 179 milliseconds