Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp328 void PreprocessJobAction::anchor() {} in anchor()
330 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
H A DDriver.cpp4579 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
5081 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
5547 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()
5549 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()
5578 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
6181 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
6196 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFlang.cpp78 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
H A DClang.cpp4672 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4965 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()
6060 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
6844 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
6923 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h409 class PreprocessJobAction : public JobAction {
413 PreprocessJobAction(Action *Input, types::ID OutputType);