Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Start

566     SourceLocation Start = ReadSourceLocation(Record, Idx);
570 E->setComponent(I, OffsetOfNode(Start, Record[Idx++], End));
575 I, OffsetOfNode(Start, ReadDeclAs<FieldDecl>(Record, Idx), End));
581 OffsetOfNode(Start, Reader.GetIdentifierInfo(F, Record, Idx), End));