Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SelLocs

670   SmallVector<SourceLocation, 16> SelLocs;
671 SelLocs.reserve(NumStoredSelLocs);
673 SelLocs.push_back(ReadSourceLocation(Record, Idx));
675 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs);