Searched defs:ASTMutationListener (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTMutationListener.h1 //===--- ASTMutationListener.h - AST Mutation Interface --------*- C++ -*-===//
10 // This file defines the ASTMutationListener interface.
33 class ASTMutationListener { class in namespace:clang
35 virtual ~ASTMutationListener();
/external/clang/lib/AST/
H A DASTContext.cpp24 #include "clang/AST/ASTMutationListener.h"
6867 ASTMutationListener::~ASTMutationListener() { }

Completed in 82 milliseconds