Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp842 namespace shadow_using_ns { namespace
887 const shadow_using_ns::TestCase *shadowTestCaseUses( in shadowTestCaseUses()
888 const shadow_using_ns::TestCase &Case) { in shadowTestCaseUses()
897 (void)new shadow_using_ns::TestCase(); in shadowTestCaseUses()
900 const shadow_using_ns::TestCase *Result = &Case; in shadowTestCaseUses()
907 shadow_using_ns::TestCase Case;
912 class ShadowMyTest : public shadow_using_ns::TestCase {};
916 template <typename T = shadow_using_ns::TestCase>
922 class ShadowTestTypeHolder<shadow_using_ns::TestCase> {};