Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp313 void PreprocessJobAction::anchor() {} in anchor()
315 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
H A DDriver.cpp3384 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
3778 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
4210 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
4221 if (AtTopLevel && !CCGenDiagnostics && isa<PreprocessJobAction>(JA)) in GetNamedOutputPath()
4680 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h388 class PreprocessJobAction : public JobAction {
392 PreprocessJobAction(Action *Input, types::ID OutputType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp3518 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4425 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
5045 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
5085 !isa<PreprocessJobAction>(JA)) { in ConstructJob()