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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp242 std::vector<ASTMutationListener*> mutationListeners; local
246 mutationListeners.push_back(mutationListener);
250 if (!mutationListeners.empty()) {
252 std::make_unique<MultiplexASTMutationListener>(mutationListeners);

Completed in 115 milliseconds