Home | History | Annotate | Download | only in Serialization

Lines Matching refs:LineTable

1743     LineTableInfo &LineTable = SourceMgr.getLineTable();
1747 Record.push_back(LineTable.getNumFilenames());
1748 for (unsigned I = 0, N = LineTable.getNumFilenames(); I != N; ++I) {
1750 const char *Filename = LineTable.getFilename(I);
1759 for (LineTableInfo::iterator L = LineTable.begin(), LEnd = LineTable.end();