Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp391 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction,
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp62 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4127 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local
4183 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4184 ExtractAPIAction->addHeaderInput(Current); in BuildActions()
4200 ExtractAPIAction = EAA; in BuildActions()