Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp63 void PreprocessJobAction::anchor() {} in anchor()
65 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
DDriver.cpp1149 return new PreprocessJobAction(Input, OutputTy); in ConstructPhaseAction()
1318 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in SelectToolForJob()
1430 if (AtTopLevel && isa<PreprocessJobAction>(JA) && !CCGenDiagnostics) in GetNamedOutputPath()
1748 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
DTools.cpp1777 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
3196 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h137 class PreprocessJobAction : public JobAction {
140 PreprocessJobAction(Action *Input, types::ID OutputType);