Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SelLocs

661   SmallVector<SourceLocation, 16> SelLocs;
662 SelLocs.reserve(NumStoredSelLocs);
664 SelLocs.push_back(ReadSourceLocation(Record, Idx));
666 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs);