Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp74 void PreprocessJobAction::anchor() {} in anchor()
76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
DDriver.cpp1735 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
1966 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in selectToolForJob()
2182 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
2194 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile)) in GetNamedOutputPath()
2576 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
DTools.cpp3858 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4979 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) { in ConstructJob()
5888 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
/external/llvm-project/clang/lib/Driver/
DAction.cpp317 void PreprocessJobAction::anchor() {} in anchor()
319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
DDriver.cpp3784 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
4259 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
4685 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()
4687 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()
4716 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5256 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
5270 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseFlangCompiler()
/external/llvm-project/clang/lib/Driver/ToolChains/
DFlang.cpp37 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
DClang.cpp4208 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4475 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()
5364 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
6072 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
6121 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
/external/clang/include/clang/Driver/
DAction.h207 class PreprocessJobAction : public JobAction {
210 PreprocessJobAction(Action *Input, types::ID OutputType);
/external/llvm-project/clang/include/clang/Driver/
DAction.h390 class PreprocessJobAction : public JobAction {
394 PreprocessJobAction(Action *Input, types::ID OutputType);