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

Overridden By

tools/clang/unittests/Frontend/PCHPreambleTest.cpp
   55   void SetUp() override { ResetVFS(); }
tools/clang/unittests/Tooling/RefactoringActionRulesTest.cpp
   27   void SetUp() override {
tools/clang/unittests/Tooling/RefactoringTest.cpp
 1095     void SetUp() override {
tools/clang/unittests/libclang/LibclangTest.cpp
  569   void SetUp() override {
tools/clang/unittests/libclang/TestUtils.h
   34   void SetUp() override {
tools/lldb/unittests/Editline/EditlineTest.cpp
  253   void SetUp() override {
tools/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
   19   void SetUp() override {
tools/lldb/unittests/Host/HostInfoTest.cpp
   21   void SetUp() override {
tools/lldb/unittests/Host/MainLoopTest.cpp
   28   void SetUp() override {
tools/lldb/unittests/Host/SocketTest.cpp
   17   void SetUp() override {
tools/lldb/unittests/Interpreter/TestCompletion.cpp
   58   void SetUp() override {
tools/lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
   33   void SetUp() override {
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
   26   void SetUp() override {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
   49   void SetUp() override {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
   64   void SetUp() override {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
   31   void SetUp() override {
tools/lldb/unittests/Process/minidump/MinidumpParserTest.cpp
   40   void SetUp() override { FileSystem::Initialize(); }
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
   29   void SetUp() override {
tools/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
   26 void PythonTestSuite::SetUp() {
tools/lldb/unittests/Symbol/LocateSymbolFileTest.cpp
   22   void SetUp() override {
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   37   void SetUp() override {
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
   36   void SetUp() override {
tools/lldb/unittests/Symbol/TestLineEntry.cpp
   51 void LineEntryTest::SetUp() {
tools/lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
   20   void SetUp() override {
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
   44   void SetUp() override {
tools/lldb/unittests/Target/ExecutionContextTest.cpp
   34   void SetUp() override {
tools/lldb/unittests/Utility/LogTest.cpp
   90 void LogChannelEnabledTest::SetUp() {
tools/lldb/unittests/Utility/StreamTest.cpp
   33   void SetUp() override {
tools/lldb/unittests/tools/lldb-server/tests/TestBase.h
   47   void SetUp() override {
unittests/ADT/SmallVectorTest.cpp
  158   void SetUp() override { Constructable::reset(); }
unittests/BinaryFormat/TestFileMagic.cpp
   37   void SetUp() override {
unittests/CodeGen/AArch64SelectionDAGTest.cpp
   31   void SetUp() override {
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  122   void SetUp() override {
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   26   void SetUp() override {
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  154   void SetUp() { std::tie(Version, Format) = GetParam(); }
unittests/DebugInfo/PDB/PDBApiTest.cpp
  410   void SetUp() override {
unittests/ExecutionEngine/ExecutionEngineTest.cpp
   35   void SetUp() override {
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  148   void SetUp() override {
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
   85   void SetUp() override {
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
   24   void SetUp() override { M.reset(createEmptyModule("<main>")); }
unittests/IR/IRBuilderTest.cpp
   28   void SetUp() override {
unittests/Linker/LinkModulesTest.cpp
   28   void SetUp() override {
unittests/ProfileData/CoverageMappingTest.cpp
  140   void SetUp() override {
unittests/ProfileData/InstrProfTest.cpp
   42   void SetUp() { Writer.setOutputSparse(false); }
   54   void SetUp() { Writer.setOutputSparse(true); }
   59   void SetUp() { Writer.setOutputSparse(GetParam()); }
unittests/Support/BinaryStreamTest.cpp
  114   void SetUp() override {
unittests/Support/MemoryBufferTest.cpp
   59   void SetUp() override {}
unittests/Support/Path.cpp
  437   void SetUp() override {
unittests/Support/ProgramTest.cpp
   66   void SetUp() override {
unittests/Support/ThreadPool.cpp
   70   void SetUp() override { MainThreadReady = false; }
unittests/Support/VirtualFileSystemTest.cpp
 1338   void SetUp() override { NumDiagnostics = 0; }
unittests/Target/X86/MachineSizeOptsTest.cpp
   66   void SetUp() override {
unittests/Transforms/Utils/CloningTest.cpp
   35   void SetUp() override { V = nullptr; }
  447   void SetUp() override {
  713   void SetUp() override {
unittests/Transforms/Utils/LocalTest.cpp
  491   void SetUp() {
unittests/Transforms/Utils/SizeOptsTest.cpp
   47   void SetUp() override {
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
   67   virtual void SetUp() {
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
  127   virtual void SetUp() {
unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
   34   void SetUp() {

Declarations

utils/unittest/googletest/include/gtest/gtest.h
  430   virtual void SetUp();

References

tools/lldb/unittests/Utility/LogTest.cpp
   91   LogChannelTest::SetUp();
utils/unittest/googletest/src/gtest.cc
 2470   internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");