Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp351 void ExtractAPIJobAction::anchor() {} in anchor()
353 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() function in ExtractAPIJobAction
H A DDriver.cpp4061 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions()
4143 else if (auto *EAA = dyn_cast<ExtractAPIJobAction>(NewCurrent)) in BuildActions()
4584 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()
4629 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()
6183 !isa<ExtractAPIJobAction>(JA)) in ShouldUseClangCompiler()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h455 class ExtractAPIJobAction : public JobAction {
459 ExtractAPIJobAction(Action *Input, types::ID OutputType);
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4448 bool IsExtractAPI = isa<ExtractAPIJobAction>(JA); in ConstructJob()
4703 } else if (isa<ExtractAPIJobAction>(JA)) { in ConstructJob()