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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 599 if (Status->isRegularFile())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 90 bool isRegularFile() const;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 96 bool Status::isRegularFile() const { return Type == file_type::regular_file; }
99 return exists() && !isRegularFile() && !isDirectory() && !isSymlink();

Completed in 62 milliseconds