Searched refs:ExtractAPIAction (Results 1 – 4 of 4) sorted by relevance
24 class ExtractAPIAction : public ASTFrontendAction,
415 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()461 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()518 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
64 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
4168 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()4225 ExtractAPIAction->addHeaderInput(Current); in BuildActions()4241 ExtractAPIAction = EAA; in BuildActions()