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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp64 void PreprocessJobAction::anchor() {}
66 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) function in class:PreprocessJobAction
H A DDriver.cpp1292 return new PreprocessJobAction(Input, OutputTy);
1480 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) &&
1631 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile))
1999 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) &&
H A DTools.cpp2061 } else if (isa<PreprocessJobAction>(JA)) {
2996 if (!isa<PreprocessJobAction>(JA) ||
3676 if (isa<PreprocessJobAction>(JA))
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h143 class PreprocessJobAction : public JobAction { class in namespace:clang::driver
146 PreprocessJobAction(Action *Input, types::ID OutputType);

Completed in 51 milliseconds