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

/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp11 // MultiplexASTDeserializationListener and MultiplexASTMutationListener, which
88 class MultiplexASTMutationListener : public ASTMutationListener { class in namespace:clang
91 MultiplexASTMutationListener(ArrayRef<ASTMutationListener*> L);
114 MultiplexASTMutationListener::MultiplexASTMutationListener( function in class:clang::MultiplexASTMutationListener
119 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) {
124 void MultiplexASTMutationListener::AddedVisibleDecl(
130 void MultiplexASTMutationListener::AddedCXXImplicitMember(
135 void MultiplexASTMutationListener::AddedCXXTemplateSpecialization(
140 void MultiplexASTMutationListener
[all...]

Completed in 75 milliseconds