• Home
  • Raw
  • Download

Lines Matching refs:DeclUpdates

4349     ASTWriter::UpdateRecord &Record = DeclUpdates[TU];  in WriteASTCore()
4359 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER, in WriteASTCore()
4363 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER, in WriteASTCore()
4493 } while (!DeclUpdates.empty()); in WriteASTCore()
4643 if (DeclUpdates.empty()) in WriteDeclUpdatesBlocks()
4647 LocalUpdates.swap(DeclUpdates); in WriteDeclUpdatesBlocks()
5650 DeclUpdates[RD].push_back( in CompletedTagDefinition()
5713 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D)); in AddedCXXImplicitMember()
5726 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC); in ResolvedExceptionSpec()
5734 DeclUpdates[D].push_back( in DeducedReturnType()
5745 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete)); in ResolvedOperatorDelete()
5755 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in CompletedImplicitDefinition()
5763 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION)); in FunctionDefinitionInstantiated()
5773 DeclUpdates[D].push_back( in StaticDataMemberInstantiated()
5783 DeclUpdates[D].push_back( in DefaultArgumentInstantiated()
5808 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED)); in DeclarationMarkedUsed()
5816 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE)); in DeclarationMarkedOpenMPThreadPrivate()
5825 DeclUpdates[D].push_back( in DeclarationMarkedOpenMPDeclareTarget()
5832 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M)); in RedefinedHiddenDefinition()
5840 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr)); in AddedAttributeToRecord()