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

/external/clang/lib/Driver/
H A DAction.cpp88 void CompileJobAction::anchor() {}
90 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) function in class:CompileJobAction
H A DDriver.cpp854 if (isa<CompileJobAction>(A) || isa<AssembleJobAction>(A))
1232 return new CompileJobAction(Input, types::TY_Nothing);
1234 return new CompileJobAction(Input, types::TY_RewrittenObjC);
1236 return new CompileJobAction(Input, types::TY_RewrittenLegacyObjC);
1242 return new CompileJobAction(Input, types::TY_AST);
1246 return new CompileJobAction(Input, Output);
1248 return new CompileJobAction(Input, types::TY_PP_Asm);
1375 Inputs->size() == 1 && isa<CompileJobAction>(*Inputs->begin())) {
1833 } else if (!isa<PrecompileJobAction>(JA) && !isa<CompileJobAction>(JA))
H A DTools.cpp1351 if (isa<CompileJobAction>(A))
1539 assert(isa<CompileJobAction>(JA) && "Invalid action for clang tool.");
/external/clang/include/clang/Driver/
H A DAction.h186 class CompileJobAction : public JobAction { class in namespace:clang::driver
189 CompileJobAction(Action *Input, types::ID OutputType);
194 static bool classof(const CompileJobAction *) { return true; }

Completed in 65 milliseconds