Lines Matching refs:DeclUpdates
4737 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
4747 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER, in WriteASTCore()
4751 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, in WriteASTCore()
4894 } while (!DeclUpdates.empty()); in WriteASTCore()
5056 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
5060 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
5901 DeclUpdates[RD].push_back( in CompletedTagDefinition()
5965 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
5979 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
5988 DeclUpdates[D].push_back( in DeducedReturnType()
6001 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
6012 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
6021 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
6030 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
6046 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
6055 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6064 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6091 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6100 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
6109 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A)); in DeclarationMarkedOpenMPAllocate()
6119 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
6127 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
6136 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()