Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1584 struct InputFileEntry { struct
1585 FileEntryRef File;
1586 bool IsSystemFile;
1587 bool IsTransient;
1588 bool BufferOverridden;
1589 bool IsTopLevel;
1590 bool IsModuleMap;
1591 uint32_t ContentHash[2];
1593 InputFileEntry(FileEntryRef File) : File(File) {} in InputFileEntry() function