Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp360 void ExtractAPIJobAction::anchor() {} in anchor()
362 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() function in ExtractAPIJobAction
H A DDriver.cpp4127 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions()
4199 if (auto *EAA = dyn_cast<ExtractAPIJobAction>(NewCurrent)) in BuildActions()
4719 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()
4761 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()
6441 !isa<ExtractAPIJobAction>(JA)) in ShouldUseClangCompiler()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h438 class ExtractAPIJobAction : public JobAction {
442 ExtractAPIJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4676 bool IsExtractAPI = isa<ExtractAPIJobAction>(JA); in ConstructJob()
4931 } else if (isa<ExtractAPIJobAction>(JA)) { in ConstructJob()