Home | History | Annotate | Download | only in Serialization

Lines Matching refs:LineTable

1586     LineTableInfo &LineTable = SourceMgr.getLineTable();
1590 Record.push_back(LineTable.getNumFilenames());
1591 for (unsigned I = 0, N = LineTable.getNumFilenames(); I != N; ++I) {
1593 const char *Filename = LineTable.getFilename(I);
1602 for (LineTableInfo::iterator L = LineTable.begin(), LEnd = LineTable.end();