Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
34 void ASTMergeAction::ExecuteAction() { in ExecuteAction()
75 void ASTMergeAction::EndSourceFileAction() { in EndSourceFileAction()
79 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction, in ASTMergeAction() function in ASTMergeAction
85 ASTMergeAction::~ASTMergeAction() { in ~ASTMergeAction()
89 bool ASTMergeAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
93 TranslationUnitKind ASTMergeAction::getTranslationUnitKind() { in getTranslationUnitKind()
97 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport()
101 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport()
[all …]
/external/clang/include/clang/Frontend/
DFrontendActions.h170 class ASTMergeAction : public FrontendAction {
188 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
189 ~ASTMergeAction() override;
DFrontendAction.h32 class ASTMergeAction; variable
40 friend class ASTMergeAction; variable
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp159 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles); in CreateFrontendAction()
/external/lldb/source/Expression/
DClangExpressionParser.cpp176 Act = new ASTMergeAction(Act, CI.getFrontendOpts().ASTMergeFiles); in CreateFrontendAction()