Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction,
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp395 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
441 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()
498 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp103 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4451 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local
4513 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4514 ExtractAPIAction->addHeaderInput(Current); in BuildActions()
4530 ExtractAPIAction = EAA; in BuildActions()