HomeSort by relevance Sort by last modified time
    Searched refs:ASTMergeAction (Results 1 - 4 of 4) 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() {
79 void ASTMergeAction::EndSourceFileAction() {
83 ASTMergeAction::ASTMergeAction(FrontendAction *AdaptedAction,
86 assert(AdaptedAction && "ASTMergeAction needs an action to adapt");
89 ASTMergeAction::~ASTMergeAction() {
93 bool ASTMergeAction::usesPreprocessorOnly() const
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 163 class ASTMergeAction : public FrontendAction {
181 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
182 virtual ~ASTMergeAction();
FrontendAction.h 31 class ASTMergeAction;
40 friend class ASTMergeAction;
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 174 Act = new ASTMergeAction(Act, FEOpts.ASTMergeFiles);

Completed in 55 milliseconds