Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h59 class WrappingExtractAPIAction : public WrapperFrontendAction,
62 WrappingExtractAPIAction(std::unique_ptr<FrontendAction> WrappedAction) in WrappingExtractAPIAction() function
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp523 WrappingExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
570 void WrappingExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp194 Act = std::make_unique<WrappingExtractAPIAction>(std::move(Act)); in CreateFrontendAction()