Searched refs:TypeA (Results 1 – 5 of 5) sorted by relevance
287 private static class TypeA {}289 private static class HasBoth extends TypeA implements TypeB {}294 Iterable<TypeA> alist = Lists295 .newArrayList(new TypeA(), new TypeA(), hasBoth, new TypeA());
85 typedef A TypeA;96 typedef A TypeA;112 typedef A TypeA;131 typedef A TypeA;153 typedef A TypeA;178 typedef A TypeA;206 typedef A TypeA;238 typedef A TypeA;
933 unsigned int TypeA:1; member
82 typedef A TypeA;93 typedef A TypeA;109 typedef A TypeA;128 typedef A TypeA;150 typedef A TypeA;175 typedef A TypeA;203 typedef A TypeA;235 typedef A TypeA;
784 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local786 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA)); in TEST()787 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()793 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()