Home | History | Annotate | Download | only in Lex

Lines Matching refs:CurFile

1568     const FileEntry *CurFile = nullptr;
1572 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID());
1575 if (CurFile) {
1576 time_t TT = CurFile->getModificationTime();