Lines Matching refs:DeclUpdates

4841     ASTWriter::UpdateRecord &Record = DeclUpdates[TU];  in WriteASTCore()
4851 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER, in WriteASTCore()
4855 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, in WriteASTCore()
4995 } while (!DeclUpdates.empty()); in WriteASTCore()
5154 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
5158 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
6205 DeclUpdates[RD].push_back( in CompletedTagDefinition()
6270 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
6284 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
6293 DeclUpdates[D].push_back( in DeducedReturnType()
6306 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
6317 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
6326 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION)); in VariableDefinitionInstantiated()
6335 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
6351 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI)); in InstantiationRequested()
6360 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
6369 DeclUpdates[D].push_back( in DefaultMemberInitializerInstantiated()
6396 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
6405 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
6415 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
6423 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
6432 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()