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()
6790 DeclUpdates[RD].push_back( in CompletedTagDefinition()
6854 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
6868 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
6877 DeclUpdates[D].push_back( in DeducedReturnType()
6890 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
6901 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
6910 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
6919 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
6935 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
6944 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6953 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6980 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6989 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
6998 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A)); in DeclarationMarkedOpenMPAllocate()
7008 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
7016 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
7025 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()