Searched refs:ExtractAPIJobAction (Results 1 – 4 of 4) sorted by relevance
368 void ExtractAPIJobAction::anchor() {} in anchor()370 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() function in ExtractAPIJobAction
4451 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions()4529 if (auto *EAA = dyn_cast<ExtractAPIJobAction>(NewCurrent)) in BuildActions()5133 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()5183 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()7002 !isa<ExtractAPIJobAction>(JA)) in ShouldUseClangCompiler()
439 class ExtractAPIJobAction : public JobAction {443 ExtractAPIJobAction(Action *Input, types::ID OutputType);
4895 bool IsExtractAPI = isa<ExtractAPIJobAction>(JA); in ConstructJob()5189 } else if (isa<ExtractAPIJobAction>(JA)) { in ConstructJob()