Lines Matching refs:DeclUpdates
5613 DeclUpdatesFromGMF.swap(DeclUpdates); in EnteringModulePurview()
5623 DeclUpdates[D].push_back(DeclUpdate(UPD_MANGLING_NUMBER, Number)); in AddedManglingNumber()
5629 DeclUpdates[D].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, Number)); in AddedStaticLocalNumbers()
5638 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in AddedAnonymousNamespace()
5662 } while (!DeclUpdates.empty()); in WriteDeclAndTypes()
5689 assert(DeclUpdates.empty()); in WriteDeclAndTypes()
5746 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
5750 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
6235 DeclUpdates[D].push_back(Update); in GetDeclRef()
6796 DeclUpdates[RD].push_back( in CompletedTagDefinition()
6860 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
6874 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
6883 DeclUpdates[D].push_back( in DeducedReturnType()
6896 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
6907 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
6916 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
6925 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
6941 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
6950 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6959 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6986 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6995 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
7004 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A)); in DeclarationMarkedOpenMPAllocate()
7014 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
7022 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
7031 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()