Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileEntry.h44 class FileEntryRef; variable
157 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() function
179 FileEntryRef(optional_none_tag) : ME(nullptr) {} in FileEntryRef() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp170 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()