Searched refs:ExtractAPIAction (Results 1 – 4 of 4) sorted by relevance
23 class ExtractAPIAction : public ASTFrontendAction {
876 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()898 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()955 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()968 ExtractAPIAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile) { in CreateOutputFile()
62 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
4061 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local4125 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()4126 ExtractAPIAction->addHeaderInput(Current); in BuildActions()4144 ExtractAPIAction = EAA; in BuildActions()