Home
last modified time | relevance | path

Searched defs:InputFileEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1759 struct InputFileEntry { struct
1760 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() argument
1770 void trySetContentHash( in trySetContentHash()