Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileKind

1207     SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
1209 FileKind = SrcMgr::C_ExternCSystem;
1211 FileKind = SrcMgr::C_System;
1213 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);