Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp352 void PreprocessJobAction::anchor() {} in anchor()
354 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
H A DDriver.cpp5128 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
5684 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()
6149 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()
6151 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()
6242 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()
7000 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
7015 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseFlangCompiler()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h414 class PreprocessJobAction : public JobAction {
418 PreprocessJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp824 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
H A DClang.cpp5160 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
5494 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()
6645 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()
7533 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
7647 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1295 …bActionC1EPNS0_6ActionENS0_5types2IDE", "clang::driver::PreprocessJobAction::PreprocessJobAction(c…
1296 …bActionC2EPNS0_6ActionENS0_5types2IDE", "clang::driver::PreprocessJobAction::PreprocessJobAction(c…
1325 …clang6driver19PreprocessJobActionD1Ev", "clang::driver::PreprocessJobAction::~PreprocessJobAction(…
1326 …clang6driver19PreprocessJobActionD0Ev", "clang::driver::PreprocessJobAction::~PreprocessJobAction(…
26316 {"_ZTVN5clang6driver19PreprocessJobActionE", "vtable for clang::driver::PreprocessJobAction"},