• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/

Lines Matching defs:MultiplexASTMutationListener

10 //  MultiplexASTDeserializationListener and  MultiplexASTMutationListener, which
78 class MultiplexASTMutationListener : public ASTMutationListener {
81 MultiplexASTMutationListener(ArrayRef<ASTMutationListener*> L);
117 MultiplexASTMutationListener::MultiplexASTMutationListener(
122 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) {
127 void MultiplexASTMutationListener::AddedVisibleDecl(
133 void MultiplexASTMutationListener::AddedCXXImplicitMember(
138 void MultiplexASTMutationListener::AddedCXXTemplateSpecialization(
143 void MultiplexASTMutationListener::AddedCXXTemplateSpecialization(
148 void MultiplexASTMutationListener::AddedCXXTemplateSpecialization(
153 void MultiplexASTMutationListener::ResolvedExceptionSpec(
158 void MultiplexASTMutationListener::DeducedReturnType(const FunctionDecl *FD,
163 void MultiplexASTMutationListener::ResolvedOperatorDelete(
168 void MultiplexASTMutationListener::CompletedImplicitDefinition(
173 void MultiplexASTMutationListener::InstantiationRequested(const ValueDecl *D) {
177 void MultiplexASTMutationListener::VariableDefinitionInstantiated(
182 void MultiplexASTMutationListener::FunctionDefinitionInstantiated(
187 void MultiplexASTMutationListener::DefaultArgumentInstantiated(
192 void MultiplexASTMutationListener::DefaultMemberInitializerInstantiated(
197 void MultiplexASTMutationListener::AddedObjCCategoryToInterface(
203 void MultiplexASTMutationListener::DeclarationMarkedUsed(const Decl *D) {
207 void MultiplexASTMutationListener::DeclarationMarkedOpenMPThreadPrivate(
212 void MultiplexASTMutationListener::DeclarationMarkedOpenMPAllocate(
217 void MultiplexASTMutationListener::DeclarationMarkedOpenMPDeclareTarget(
222 void MultiplexASTMutationListener::RedefinedHiddenDefinition(const NamedDecl *D,
228 void MultiplexASTMutationListener::AddedAttributeToRecord(
252 std::make_unique<MultiplexASTMutationListener>(mutationListeners);