OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JobAction
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
Action.cpp
54
void
JobAction
::anchor() {}
56
JobAction
::
JobAction
(ActionClass Kind, Action *Input, types::ID Type)
60
JobAction
::
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type)
67
:
JobAction
(PreprocessJobClass, Input, OutputType) {
73
:
JobAction
(PrecompileJobClass, Input, OutputType) {
79
:
JobAction
(AnalyzeJobClass, Input, OutputType) {
85
:
JobAction
(MigrateJobClass, Input, OutputType) {
91
:
JobAction
(CompileJobClass, Input, OutputType)
[
all
...]
/external/clang/include/clang/Driver/
Action.h
130
class
JobAction
: public Action {
133
JobAction
(ActionClass Kind, Action *Input, types::ID Type);
134
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type);
143
class PreprocessJobAction : public
JobAction
{
153
class PrecompileJobAction : public
JobAction
{
163
class AnalyzeJobAction : public
JobAction
{
173
class MigrateJobAction : public
JobAction
{
183
class CompileJobAction : public
JobAction
{
193
class AssembleJobAction : public
JobAction
{
203
class LinkJobAction : public
JobAction
{
[
all
...]
Completed in 34 milliseconds