Searched refs:ExtractAPIAction (Results 1 – 4 of 4) sorted by relevance
24 class ExtractAPIAction : public ASTFrontendAction,
395 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()441 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()498 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
103 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
4451 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local4513 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()4514 ExtractAPIAction->addHeaderInput(Current); in BuildActions()4530 ExtractAPIAction = EAA; in BuildActions()