Searched defs:getASTMutationListener (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp252 ASTMutationListener *Decl::getASTMutationListener() const { function in class:Decl
253 return getASTContext().getASTMutationListener();
1318 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener())
/external/clang/lib/Sema/
H A DSema.cpp233 ASTMutationListener *Sema::getASTMutationListener() const { function in class:Sema
/external/clang/include/clang/AST/
H A DASTContext.h733 ASTMutationListener *getASTMutationListener() const { return Listener; } function in class:clang::ASTContext

Completed in 230 milliseconds