Home
last modified time | relevance | path

Searched refs:ExtractAPIAction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DFrontendActions.h23 class ExtractAPIAction : public ASTFrontendAction {
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp876 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()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp62 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp4061 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local
4125 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4126 ExtractAPIAction->addHeaderInput(Current); in BuildActions()
4144 ExtractAPIAction = EAA; in BuildActions()