Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp344 void PreprocessJobAction::anchor() {} in anchor()
346 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
H A DDriver.cpp4714 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
5251 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
5720 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()
5722 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()
5823 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
6439 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
6454 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h413 class PreprocessJobAction : public JobAction {
417 PreprocessJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp676 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
H A DClang.cpp4902 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
5224 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()
6408 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
7255 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
7349 !isa<PreprocessJobAction>(JA)) { in ConstructJob()