Home
last modified time | relevance | path

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

/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp172 FileSkipped(const FileEntryRef &,const Token &,SrcMgr::CharacteristicKind) FileSkipped() argument