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.cpp1697 struct InputFileEntry { struct
1698 FileEntryRef File;
1699 bool IsSystemFile;
1700 bool IsTransient;
1701 bool BufferOverridden;
1702 bool IsTopLevel;
1703 bool IsModuleMap;
1704 uint32_t ContentHash[2];
1706 InputFileEntry(FileEntryRef File) : File(File) {} in InputFileEntry() argument