Searched defs:TypeA (Results 1 – 14 of 14) sorted by relevance
65 static class TypeA implements Proxy { class in NullHandlingTest67 public TypeA() {} in TypeA() method in NullHandlingTest.TypeA68 public TypeA(String a) { in TypeA() method in NullHandlingTest.TypeA
139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch()
356 private static class TypeA {} class in FluentIterableTest
360 private static class TypeA {} class in FluentIterableTest
587 struct TypeA {}; struct
539 struct TypeA {}; struct
1162 struct TypeA {}; struct
1133 struct TypeA {}; struct
1163 struct TypeA {}; struct
1166 struct TypeA {}; struct
148 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local