Searched refs:CompileJobAction (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Driver/
H A DAction.cpp89 void CompileJobAction::anchor() {}
91 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) function in class:CompileJobAction
H A DDriver.cpp839 if (isa<CompileJobAction>(A) || isa<AssembleJobAction>(A))
1304 return new CompileJobAction(Input, types::TY_Nothing);
1306 return new CompileJobAction(Input, types::TY_RewrittenObjC);
1308 return new CompileJobAction(Input, types::TY_RewrittenLegacyObjC);
1314 return new CompileJobAction(Input, types::TY_AST);
1316 return new CompileJobAction(Input, types::TY_ModuleFile);
1322 return new CompileJobAction(Input, Output);
1326 return new CompileJobAction(Input, Output);
1328 return new CompileJobAction(Input, types::TY_PP_Asm);
1465 Inputs->size() == 1 && isa<CompileJobAction>(*Input
[all...]
H A DTools.cpp1776 if (isa<CompileJobAction>(A))
2315 assert(isa<CompileJobAction>(JA) && "Invalid action for clang tool.");
4191 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA));
4214 if (SplitDwarf && !isa<CompileJobAction>(JA))
/external/clang/include/clang/Driver/
H A DAction.h184 class CompileJobAction : public JobAction { class in namespace:clang::driver
187 CompileJobAction(Action *Input, types::ID OutputType);

Completed in 515 milliseconds