Home | History | Annotate | Download | only in Lex

Lines Matching refs:FN

1601     SmallString<128> FN;
1603 FN += PLoc.getFilename();
1604 Lexer::Stringify(FN);
1605 OS << '"' << FN << '"';