Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileEntry.h40 class FileEntryRef; variable
150 explicit FileEntryRef(const MapEntry &ME) : ME(&ME) { in FileEntryRef() function
165 FileEntryRef(optional_none_tag) : ME(nullptr) {} in FileEntryRef() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeInserter.cpp27 Optional<FileEntryRef> /*IncludedFile*/, in InclusionDirective()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp65 CharSourceRange, Optional<FileEntryRef>, StringRef, StringRef, in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp169 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped()
189 Optional<FileEntryRef> /*File*/, in InclusionDirective()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileEntryTest.cpp56 TEST(FileEntryTest, FileEntryRef) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp227 bool, Optional<FileEntryRef>, in HasInclude()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp134 Optional<FileEntryRef> /*File*/, StringRef SearchPath, in InclusionDirective()