Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurFile

1362     const FileEntry *CurFile = 0;
1366 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID());
1369 if (CurFile) {
1370 time_t TT = CurFile->getModificationTime();