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

Completed in 151 milliseconds