HomeSort by: relevance | last modified time | path
    Searched refs:getStatValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 160 auto statError = getStatValue(InterndDirName, Status, false,
255 auto statError = getStatValue(InterndFileName, Status, true,
286 "filename from getStatValue() refers to wrong file");
399 if (!getStatValue(InterndFileName, Status, true, nullptr)) {
444 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr))
549 /// getStatValue - Get the 'stat' information for the specified path,
555 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h 118 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,

Completed in 52 milliseconds