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
55
void
JobAction
::anchor() {}
57
JobAction
::
JobAction
(ActionClass Kind, Action *Input, types::ID Type)
61
JobAction
::
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type)
68
:
JobAction
(PreprocessJobClass, Input, OutputType) {
74
:
JobAction
(PrecompileJobClass, Input, OutputType) {
80
:
JobAction
(AnalyzeJobClass, Input, OutputType) {
86
:
JobAction
(MigrateJobClass, Input, OutputType) {
92
:
JobAction
(CompileJobClass, Input, OutputType)
[
all
...]
/external/clang/include/clang/Driver/
Action.h
131
class
JobAction
: public Action {
134
JobAction
(ActionClass Kind, Action *Input, types::ID Type);
135
JobAction
(ActionClass Kind, const ActionList &Inputs, types::ID Type);
144
class PreprocessJobAction : public
JobAction
{
154
class PrecompileJobAction : public
JobAction
{
164
class AnalyzeJobAction : public
JobAction
{
174
class MigrateJobAction : public
JobAction
{
184
class CompileJobAction : public
JobAction
{
194
class AssembleJobAction : public
JobAction
{
204
class LinkJobAction : public
JobAction
{
[
all
...]
Completed in 24 milliseconds