reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 llvm::Error SetCapture(llvm::Optional<FileSpec> root);
43 return Instance().SetCapture(root);
tools/lldb/unittests/Utility/ReproducerTest.cpp56 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), 71 EXPECT_THAT_ERROR(reproducer.SetCapture(llvm::None), Succeeded()); 98 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), 107 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), 121 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)), 136 reproducer.SetCapture(FileSpec("//bogus/path", FileSpec::Style::posix)),