Home | History | Annotate | Download | only in Serialization

Lines Matching defs:LineTable

1543     LineTableInfo &LineTable = SourceMgr.getLineTable();
1547 Record.push_back(LineTable.getNumFilenames());
1548 for (unsigned I = 0, N = LineTable.getNumFilenames(); I != N; ++I) {
1550 const char *Filename = LineTable.getFilename(I);
1559 for (LineTableInfo::iterator L = LineTable.begin(), LEnd = LineTable.end();