Home | History | Annotate | Download | only in Lex

Lines Matching refs:FileKind

997     SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
999 FileKind = SrcMgr::C_ExternCSystem;
1001 FileKind = SrcMgr::C_System;
1003 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);