Home
last modified time | relevance | path

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

/freebsd/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()
82 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()
86 ASTMergeAction::ASTMergeAction(std::unique_ptr<FrontendAction> adaptedAction, in ASTMergeAction() function in ASTMergeAction
92 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()
95 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
99 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()
103 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()
107 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h247 class ASTMergeAction : public FrontendAction {
264 ASTMergeAction(std::unique_ptr<FrontendAction> AdaptedAction,
266 ~ASTMergeAction() override;
H A DFrontendAction.h33 class ASTMergeAction; variable
41 friend class ASTMergeAction; variable
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp203 Act = std::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc741 …CreateASTConsumerERNS_16CompilerInstanceEN4llvm9StringRefE", "clang::ASTMergeAction::CreateASTCons…
742 …nSourceFileActionERNS_16CompilerInstanceEN4llvm9StringRefE", "clang::ASTMergeAction::BeginSourceFi…
743 {"_ZN5clang14ASTMergeAction13ExecuteActionEv", "clang::ASTMergeAction::ExecuteAction()"},
744 {"_ZN5clang14ASTMergeAction19EndSourceFileActionEv", "clang::ASTMergeAction::EndSourceFileAction()"…
745 {"_ZN5clang14ASTMergeActionC1EPNS_14FrontendActionEPSsj", "clang::ASTMergeAction::ASTMergeAction(cl…
746 {"_ZN5clang14ASTMergeActionC2EPNS_14FrontendActionEPSsj", "clang::ASTMergeAction::ASTMergeAction(cl…
747 {"_ZN5clang14ASTMergeActionD0Ev", "clang::ASTMergeAction::~ASTMergeAction()"},
748 {"_ZN5clang14ASTMergeActionD1Ev", "clang::ASTMergeAction::~ASTMergeAction()"},
749 {"_ZN5clang14ASTMergeActionD2Ev", "clang::ASTMergeAction::~ASTMergeAction()"},
750 {"_ZNK5clang14ASTMergeAction20usesPreprocessorOnlyEv", "clang::ASTMergeAction::usesPreprocessorOnly…
[all …]