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

/external/clang/lib/Driver/
H A DAction.cpp65 void PreprocessJobAction::anchor() {}
67 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) function in class:PreprocessJobAction
H A DDriver.cpp1292 return new PreprocessJobAction(Input, OutputTy);
1483 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) &&
1634 assert(AtTopLevel && isa<PreprocessJobAction>(JA));
1645 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile))
2043 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
H A DTools.cpp2286 } else if (isa<PreprocessJobAction>(JA)) {
3342 if (!isa<PreprocessJobAction>(JA) ||
4110 if (isa<PreprocessJobAction>(JA))
/external/clang/include/clang/Driver/
H A DAction.h144 class PreprocessJobAction : public JobAction { class in namespace:clang::driver
147 PreprocessJobAction(Action *Input, types::ID OutputType);

Completed in 120 milliseconds