Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp317 void PreprocessJobAction::anchor() {} in anchor()
319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
H A DDriver.cpp3918 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
4394 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
4840 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()
4842 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()
4871 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
5404 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
5418 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && !isa<BackendJobAction>(JA)) in ShouldUseFlangCompiler()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFlang.cpp71 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
H A DClang.cpp4388 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4678 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()
5662 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
6410 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
6459 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h394 class PreprocessJobAction : public JobAction {
398 PreprocessJobAction(Action *Input, types::ID OutputType);