reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 4940     ASTWriter::UpdateRecord &Record = DeclUpdates[TU];
 4950       DeclUpdates[Number.first].push_back(DeclUpdate(UPD_MANGLING_NUMBER,
 4954       DeclUpdates[Number.first].push_back(DeclUpdate(UPD_STATIC_LOCAL_NUMBER,
 5094   } while (!DeclUpdates.empty());
 5253   if (DeclUpdates.empty())
 5257   LocalUpdates.swap(DeclUpdates);
 6338       DeclUpdates[RD].push_back(
 6403   DeclUpdates[RD].push_back(DeclUpdate(UPD_CXX_ADDED_IMPLICIT_MEMBER, D));
 6417       DeclUpdates[D].push_back(UPD_CXX_RESOLVED_EXCEPTION_SPEC);
 6426     DeclUpdates[D].push_back(
 6439     DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete));
 6450   DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION));
 6459   DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_VAR_DEFINITION));
 6468   DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_ADDED_FUNCTION_DEFINITION));
 6484   DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_POINT_OF_INSTANTIATION, POI));
 6493   DeclUpdates[D].push_back(
 6502   DeclUpdates[D].push_back(
 6529   DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_USED));
 6538   DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_THREADPRIVATE));
 6547   DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_MARKED_OPENMP_ALLOCATE, A));
 6557   DeclUpdates[D].push_back(
 6565   DeclUpdates[D].push_back(DeclUpdate(UPD_DECL_EXPORTED, M));
 6574   DeclUpdates[Record].push_back(DeclUpdate(UPD_ADDED_ATTR_TO_RECORD, Attr));
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  259       Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate(
 1215       Writer.DeclUpdates[Parent].push_back(