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

References

unittests/Support/FileCollectorTest.cpp
  125   ScopedFile a(file_root + "/aaa");
  126   ScopedFile b(file_root + "/bbb");
  127   ScopedFile c(file_root + "/ccc");
  155   ScopedFile a(subdir2 + "/a");
  186   ScopedFile a(subdir2 + "/a");
  187   ScopedFile b(file_root + "/b");
  189   ScopedFile subdir3a(subdir3 + "/aa");
  192     ScopedFile subdir3fileremoved(subdir3 + "/removed");
  228   ScopedFile a(file_root + "/aaa");
  229   ScopedFile b(file_root + "/bbb");
  230   ScopedFile c(file_root + "/ccc");
  234   ScopedFile d(foo + "/ddd");
  237   ScopedFile e(foo + "/../eee");
  285   ScopedFile a(file_root + "/a");