Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()
33 void ASTMergeAction::ExecuteAction() { in ExecuteAction()
83 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()
87 ASTMergeAction::ASTMergeAction(std::unique_ptr<FrontendAction> adaptedAction, in ASTMergeAction() function in ASTMergeAction
93 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()
96 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
100 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()
104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()
108 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h246 class ASTMergeAction : public FrontendAction {
263 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction, in CreateASTConsumer()
265 ~ASTMergeAction() override; in usesPreprocessorOnly()
H A DFrontendAction.h32 class ASTMergeAction; variable
40 friend class ASTMergeAction; variable
/freebsd-src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp200 Act = std::make_unique<ASTMergeAction>(std::move(Act), in ExecuteCompilerInvocation()