Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DFileEntry.h37 class FileEntryRef; variable
147 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() function
162 FileEntryRef(optional_none_tag) : ME(nullptr) {} in FileEntryRef() function
/external/llvm-project/clang/unittests/Basic/
DFileEntryTest.cpp58 TEST(FileEntryTest, FileEntryRef) { in TEST() argument
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp174 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp226 bool, Optional<FileEntryRef>, in HasInclude()