Home
last modified time | relevance | path

Searched refs:getDirEntry (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDirectoryEntry.h52 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); } in getDirEntry() function
59 return llvm::hash_value(&Ref.getDirEntry()); in hash_value()
89 operator const DirectoryEntry *() const { return &getDirEntry(); }
302 return has_value() ? &value().getDirEntry() : nullptr;
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDirectoryLookup.h91 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr; in getDir()
101 return isFramework() ? &u.Dir.getDirEntry() : nullptr; in getFrameworkDir()
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp192 return &Result->getDirEntry(); in getDirectory()
360 if (&DirInfo.getDirEntry() != UFE->Dir && Status.IsVFSMapped) in getFileRef()
361 UFE->Dir = &DirInfo.getDirEntry(); in getFileRef()
379 UFE->Dir = &DirInfo.getDirEntry(); in getFileRef()
492 UFE->Dir = &DirInfo->getDirEntry(); in getVirtualFileRef()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileEntryTest.cpp35 *Dirs.insert({Name, const_cast<DirectoryEntry &>(Base.getDirEntry())}) in addDirectoryAlias()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp257 const DirectoryEntry *UmbrellaDir = &File->getDir().getDirEntry(); in resolveHeader()