Searched defs:InputFileEntry (Results 1 – 1 of 1) sorted by relevance
1759 struct InputFileEntry { struct1760 FileEntryRef File;1761 bool IsSystemFile;1762 bool IsTransient;1763 bool BufferOverridden;1764 bool IsTopLevel;1765 bool IsModuleMap;1766 uint32_t ContentHash[2];1768 InputFileEntry(FileEntryRef File) : File(File) {} in InputFileEntry() argument1770 void trySetContentHash( in trySetContentHash()