Lines Matching refs:DeclUpdates
4535 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
4545 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER, in WriteASTCore()
4549 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, in WriteASTCore()
4692 } while (!DeclUpdates.empty()); in WriteASTCore()
4854 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
4858 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
5705 DeclUpdates[RD].push_back( in CompletedTagDefinition()
5770 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
5784 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
5793 DeclUpdates[D].push_back( in DeducedReturnType()
5806 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
5817 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
5826 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
5835 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
5851 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
5860 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
5869 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
5896 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
5905 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
5914 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A)); in DeclarationMarkedOpenMPAllocate()
5924 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
5932 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
5941 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()