Searched defs:FileEntryRef (Results 1 – 2 of 2) sorted by relevance
44 class FileEntryRef; variable154 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() function176 FileEntryRef(optional_none_tag) : ME(nullptr) {} in FileEntryRef() function
173 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()