Home
last modified time | relevance | path

Searched refs:current_test_suite (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h56 TestSuite *current_test_suite() const;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp575 testing::TestSuite *current_test_suite() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h758 const TestSuite* current_test_suite() const { return current_test_suite_; } in current_test_suite() function
H A Dgtest.cc2302 const TestSuite* const test_suite = impl->current_test_suite(); in HasSameFixtureClass()
4939 const TestSuite* UnitTest::current_test_suite() const in current_test_suite() function in testing::UnitTest
4942 return impl_->current_test_suite(); in current_test_suite()
4950 return impl_->current_test_suite(); in current_test_case()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1277 const TestSuite* current_test_suite() const GTEST_LOCK_EXCLUDED_(mutex_);