Searched refs:ExtractAPIJobAction (Results 1 – 4 of 4) sorted by relevance
360 void ExtractAPIJobAction::anchor() {} in anchor()362 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() function in ExtractAPIJobAction
4168 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions()4240 if (auto *EAA = dyn_cast<ExtractAPIJobAction>(NewCurrent)) in BuildActions()4795 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()4847 return C.MakeAction<ExtractAPIJobAction>(Input, types::TY_API_INFO); in ConstructPhaseAction()6577 !isa<ExtractAPIJobAction>(JA)) in ShouldUseClangCompiler()
438 class ExtractAPIJobAction : public JobAction {442 ExtractAPIJobAction(Action *Input, types::ID OutputType);
4914 bool IsExtractAPI = isa<ExtractAPIJobAction>(JA); in ConstructJob()5171 } else if (isa<ExtractAPIJobAction>(JA)) { in ConstructJob()