Home
last modified time | relevance | path

Searched refs:WrappingExtractAPIAction (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h62 class WrappingExtractAPIAction : public WrapperFrontendAction,
65 WrappingExtractAPIAction(std::unique_ptr<FrontendAction> WrappedAction) in WrappingExtractAPIAction() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp502 WrappingExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
551 void WrappingExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
561 WrappingExtractAPIAction::CreateOutputFile(CompilerInstance &CI, in CreateOutputFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp186 Act = std::make_unique<WrappingExtractAPIAction>(std::move(Act)); in CreateFrontendAction()