Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Locs

2305   SmallVector<SMLoc, 4> Locs(1, DefmPrefixRange.Start);
2306 Locs.append(DefProto->getLoc().begin(), DefProto->getLoc().end());
2307 Record *CurRec = new Record(DefName, Locs, Records, IsAnonymous);