Home
last modified time | relevance | path

Searched defs:MyTest (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp190 using MyTest = testing::Test; in setUpTearDownCallAndReference() typedef
828 class MyTest : public testing::TestCase {}; class
871 class MyTest : public TestCase {}; class
943 class MyTest : public MyTestCase {}; class
986 class MyTest : public MyTestCase {}; class
/llvm-project/clang/test/SemaObjC/
H A Dparameterized_classes_subst.m450 @interface MyTest<K, V> : NSObject <NSCopying> interface
457 @implementation MyTest implementation