Searched refs:ExtractAPIAction (Results 1 – 4 of 4) sorted by relevance
391 ExtractAPIAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile) { in CreateOutputFile()402 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()442 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()499 void ExtractAPIAction::EndSourceFileAction() { ImplEndSourceFileAction(); } in EndSourceFileAction()
24 class ExtractAPIAction : public ASTFrontendAction,
62 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
4127 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local4183 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()4184 ExtractAPIAction->addHeaderInput(Current); in BuildActions()4200 ExtractAPIAction = EAA; in BuildActions()