Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1511 struct InputFileEntry { struct
1512 FileEntryRef File;
1513 bool IsSystemFile;
1514 bool IsTransient;
1515 bool BufferOverridden;
1516 bool IsTopLevelModuleMap;
1517 uint32_t ContentHash[2];
1519 InputFileEntry(FileEntryRef File) : File(File) {} in InputFileEntry() function