Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Locs

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