Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp472 testing::TestCase *current_test_case() const;
518 using testing::UnitTest::current_test_case;
539 using BarUnitTest::current_test_case;
562 testing::TestSuite *current_test_case() const;
592 TestSuite *current_test_case() const;
604 (void)t.current_test_case(); in FuncUnitTest()
617 (void)t.current_test_case(); in unitTestInstantiationOnlyWarns()
668 (void)FooUnitTest().current_test_case(); in unitTestCallAndReference()
706 auto F1 = &FooUnitTest::current_test_case; in unitTestCallAndReference()
726 (void)MyUnitTest().current_test_case(); in unitTestCallAndReference()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h37 TestCase *current_test_case() const;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h49 TestCase *current_test_case() const;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1281 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4947 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest