HomeSort by relevance Sort by last modified time
    Searched refs:ASTMergeAction (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Frontend/
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
34 void ASTMergeAction::ExecuteAction() {
77 void ASTMergeAction::EndSourceFileAction() {
81 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
84 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
87 ASTMergeAction::~ASTMergeAction() {
91 bool ASTMergeAction::usesPreprocessorOnly() const
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 172 class ASTMergeAction : public FrontendAction {
190 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
191 virtual ~ASTMergeAction();
FrontendAction.h 31 class ASTMergeAction;
40 friend class ASTMergeAction;
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 177 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles);
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 176 Act = new ASTMergeAction(Act, CI.getFrontendOpts().ASTMergeFiles);

Completed in 323 milliseconds