Searched refs:mutationListeners (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp193 std::vector<ASTMutationListener*> mutationListeners; local
199 mutationListeners.push_back(mutationListener);
205 if (mutationListeners.size()) {
206 MutationListener.reset(new MultiplexASTMutationListener(mutationListeners));

Completed in 39 milliseconds