Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h44 class FileEntryRef; variable
154 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { FileEntryRef() function
176 FileEntryRef(optional_none_tag) : ME(nullptr) {} FileEntryRef() function
[all...]
/llvm-project/clang/unittests/Basic/
H A DFileEntryTest.cpp68 TEST(FileEntryTest, FileEntryRef) { in TEST() argument
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp173 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()