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.
39 class ASTMutationListener { class in namespace:clang
41 virtual ~ASTMutationListener();
/external/clang/lib/AST/
H A DASTContext.cpp16 #include "clang/AST/ASTMutationListener.h"
2109 if (ASTMutationListener *L = getASTMutationListener())
7435 ASTMutationListener::~ASTMutationListener() { }
7437 void ASTMutationListener::DeducedReturnType(const FunctionDecl *FD,

Completed in 362 milliseconds