Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurFile

998     const FileEntry *CurFile = 0;
1002 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID());
1005 if (CurFile) {
1006 time_t TT = CurFile->getModificationTime();