Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SelLocs

751   SmallVector<SourceLocation, 16> SelLocs;
752 SelLocs.reserve(NumStoredSelLocs);
754 SelLocs.push_back(ReadSourceLocation(Record, Idx));
756 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs);