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

References

unittests/Support/FileCollectorTest.cpp
   70     Path = From.str();
   73       Path = "";
   77     if (Path != "") {
   78       EXPECT_FALSE(llvm::sys::fs::remove(Path.str()));
   81   operator StringRef() { return Path.str(); }
  295   VFS->getRealPath(symlink.Path, Output);
  297   EXPECT_TRUE(Collector->hasSeen(symlink.Path));