Searched defs:FileEntryRef (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileEntry.h | 40 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 D | IncludeInserter.cpp | 27 Optional<FileEntryRef> /*IncludedFile*/, in InclusionDirective()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | KernelNameRestrictionCheck.cpp | 65 CharSourceRange, Optional<FileEntryRef>, StringRef, StringRef, in InclusionDirective()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 169 void InclusionRewriter::FileSkipped(const FileEntryRef & /*SkippedFile*/, in FileSkipped() 189 Optional<FileEntryRef> /*File*/, in InclusionDirective()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | FileEntryTest.cpp | 56 TEST(FileEntryTest, FileEntryRef) { in TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.cpp | 227 bool, Optional<FileEntryRef>, in HasInclude()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 134 Optional<FileEntryRef> /*File*/, StringRef SearchPath, in InclusionDirective()
|