Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DeclUpdates

4349     ASTWriter::UpdateRecord &Record = DeclUpdates[TU];
4359 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER,
4363 DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER,
4493 } while (!DeclUpdates.empty());
4643 if (DeclUpdates.empty())
4647 LocalUpdates.swap(DeclUpdates);
5650 DeclUpdates[RD].push_back(
5713 DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D));
5726 DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC);
5734 DeclUpdates[D].push_back(
5745 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete));
5755 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION));
5763 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION));
5773 DeclUpdates[D].push_back(
5783 DeclUpdates[D].push_back(
5808 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED));
5816 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE));
5825 DeclUpdates[D].push_back(
5832 DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M));
5840 DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr));