Home | History | Annotate | Download | only in Lex

Lines Matching defs:FileKind

1089     SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User;
1091 FileKind = SrcMgr::C_ExternCSystem;
1093 FileKind = SrcMgr::C_System;
1095 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);