Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h57 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); } in getDirEntry() function
64 return llvm::hash_value(&Ref.getDirEntry()); in hash_value()
94 operator const DirectoryEntry *() const { return &getDirEntry(); }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h95 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr; in getDir()
105 return isFramework() ? &u.Dir.getDirEntry() : nullptr; in getFrameworkDir()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp193 return &Result->getDirEntry(); in getDirectory()
336 if (&DirInfo.getDirEntry() != UFE->Dir && Status.IsVFSMapped) in getFileRef()
337 UFE->Dir = &DirInfo.getDirEntry(); in getFileRef()
355 UFE->Dir = &DirInfo.getDirEntry(); in getFileRef()
467 UFE->Dir = &DirInfo->getDirEntry(); in getVirtualFileRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp302 const DirectoryEntry *UmbrellaDir = &File->getDir().getDirEntry(); in resolveHeader()