Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
377 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()
422 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr)) in getBypassFile()
529 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, in getStatValue() function in FileManager
/external/clang/lib/Basic/
DFileManager.cpp189 if (getStatValue(InterndDirName, Data, false, nullptr /*directory lookup*/)) { in getDirectory()
254 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile()
353 if (getStatValue(InterndFileName, Data, true, nullptr) == 0) { in getVirtualFile()
463 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue() function in FileManager
/external/llvm-project/clang/include/clang/Basic/
DFileManager.h115 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,
/external/clang/include/clang/Basic/
DFileManager.h168 bool getStatValue(const char *Path, FileData &Data, bool isFile,