Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileKind

1124     SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
1126 FileKind = SrcMgr::C_ExternCSystem;
1128 FileKind = SrcMgr::C_System;
1130 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);