Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h50 const DirectoryEntry &getDirEntry() const { return *ME->getValue(); } in getDirEntry() function
57 return llvm::hash_value(&Ref.getDirEntry()); in hash_value()
87 operator const DirectoryEntry *() const { return &getDirEntry(); }
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h90 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr; in getDir()
100 return isFramework() ? &u.Dir.getDirEntry() : nullptr; in getFrameworkDir()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp327 UFE->Dir = &DirInfo.getDirEntry(); in getFileRef()
447 UFE->Dir = &DirInfo->getDirEntry(); in getVirtualFileRef()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp296 const DirectoryEntry *UmbrellaDir = &File->getDir().getDirEntry(); in resolveHeader()