Searched defs:FileEntryRef (Results 1 – 3 of 3) sorted by relevance
44 class FileEntryRef; variable 154 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { FileEntryRef() function 176 FileEntryRef(optional_none_tag) : ME(nullptr) {} FileEntryRef() function [all...]
68 TEST(FileEntryTest, FileEntryRef) { in TEST() argument
173 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()