Home | History | Annotate | Download | only in Serialization

Lines Matching defs:ID

193       for (DeclID ID : LazySpecializations)
194 Record.push_back(ID);
2019 // Determine the ID for this declaration.
2020 serialization::DeclID ID;
2023 ID = getDeclID(D);
2029 ID= IDR;
2032 bool isReplacingADecl = ID < FirstDeclID;
2057 ReplacedDecls.push_back(ReplacedDeclInfo(ID, Stream.GetCurrentBitNo(),
2060 unsigned Index = ID - FirstDeclID;
2074 associateDeclWithFile(D, ID);
2096 EagerlyDeserializedDecls.push_back(ID);