HomeSort by relevance Sort by last modified time
    Searched defs:ASTMergeAction (Results 1 - 2 of 2) 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();

Completed in 53 milliseconds