Searched defs:FileChange (Results 1 – 1 of 1) sorted by relevance
32 struct FileChange { struct in __anoneda8a1d50111::InclusionRewriter33 const Module *Mod;34 SourceLocation From;35 FileID Id;36 SrcMgr::CharacteristicKind FileType;37 FileChange(SourceLocation From, const Module *Mod) : Mod(Mod), From(From) { in FileChange() function