Home | History | Annotate | Download | only in Serialization

Lines Matching defs:End

179   std::copy(Attrs.begin(), Attrs.end(), S->getAttrArrayPtr());
542 SourceLocation End = ReadSourceLocation(Record, Idx);
545 E->setComponent(I, Node(Start, Record[Idx++], End));
549 E->setComponent(I, Node(Start, ReadDeclAs<FieldDecl>(Record, Idx), End));
556 End));
1465 E->initializeResults(Reader.getContext(), Decls.begin(), Decls.end());
2300 assert(StmtEntries.find(Record[0]) != StmtEntries.end() &&