reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/FileSystem.h
  453 bool exists(const basic_file_status &status);

References

lib/Support/Path.cpp
 1077   return exists(status) &&
tools/clang/lib/Frontend/CompilerInstance.cpp
  736       if (llvm::sys::fs::exists(Status)) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  902         if (llvm::sys::fs::exists(stat))
tools/llvm-cov/CodeCoverage.cpp
  200   if (!llvm::sys::fs::exists(Status)) {
tools/llvm-profdata/llvm-profdata.cpp
  555   if (!llvm::sys::fs::exists(Status))