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