Home
last modified time | relevance | path

Searched refs:AdaptedAction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
28 AdaptedAction->setCurrentInput(getCurrentInput(), takeCurrentASTUnit()); in BeginSourceFileAction()
29 AdaptedAction->setCompilerInstance(&CI); in BeginSourceFileAction()
30 return AdaptedAction->BeginSourceFileAction(CI); in BeginSourceFileAction()
78 AdaptedAction->ExecuteAction(); in ExecuteAction()
83 return AdaptedAction->EndSourceFileAction(); in EndSourceFileAction()
88 : AdaptedAction(std::move(adaptedAction)), ASTFiles(ASTFiles.begin(), ASTFiles.end()) { in ASTMergeAction()
89 assert(AdaptedAction && "ASTMergeAction needs an action to adapt"); in ASTMergeAction()
96 return AdaptedAction->usesPreprocessorOnly(); in usesPreprocessorOnly()
100 return AdaptedAction->getTranslationUnitKind(); in getTranslationUnitKind()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h249 std::unique_ptr<FrontendAction> AdaptedAction; variable
264 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction,