Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DAction.h139 class PreprocessJobAction : public JobAction {
141 PreprocessJobAction(Action *Input, types::ID OutputType);
146 static bool classof(const PreprocessJobAction *) { return true; } in classof() argument
/external/clang/lib/Driver/
DAction.cpp56 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
DDriver.cpp949 return new PreprocessJobAction(Input, OutputTy); in ConstructPhaseAction()
1118 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in SelectToolForJob()
1228 if (AtTopLevel && isa<PreprocessJobAction>(JA)) in GetNamedOutputPath()
1422 if (isa<PreprocessJobAction>(JA)) { in ShouldUseClangCompiler()
DTools.cpp1062 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
2080 if (isa<PreprocessJobAction>(JA)) in ConstructJob()