Lines Matching refs:DeclUpdates
4944 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
4954 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER, in WriteASTCore()
4958 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, in WriteASTCore()
5097 } while (!DeclUpdates.empty()); in WriteASTCore()
5259 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
5263 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
6211 DeclUpdates[RD].push_back( in CompletedTagDefinition()
6275 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
6289 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
6298 DeclUpdates[D].push_back( in DeducedReturnType()
6311 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
6322 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
6331 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
6340 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
6356 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
6365 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6374 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6401 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6410 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
6419 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A)); in DeclarationMarkedOpenMPAllocate()
6429 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
6437 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
6446 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()