Home
last modified time | relevance | path

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

/external/clang/test/Rewriter/
Dinstancetype-test.mm18 @protocol Proto1 protocol
57 …[[Subclass1<Proto1> alloc] methodInProto2]; // expected-warning{{method '-methodInProto2' not foun…
61 Subclass1<Proto1> *sc1proto1 = 0;
69 // Subclass1<Proto1> *sc1proto1_2 = [[[sc1proto1 class] alloc] init];
Drewrite-protocol-qualified.mm20 @protocol Proto1, Proto2; protocol
25 unsigned char func(id<Proto1, Proto2> inProxy);
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_extra_interfaces.proto36 message Proto1 { message
44 "com.google.protobuf.ExtraInterfaces.HasStringValue<Proto1>";
48 "<Proto1, Builder>";
/external/clang/test/SemaObjCXX/
Dinstancetype.mm17 @protocol Proto1 protocol
56 typedef Subclass1<Proto1> SC1Proto1;
62 Subclass1<Proto1> *sc1proto1 = 0;
72 Subclass1<Proto1> *sc1proto1_2 = [[[sc1proto1 class] alloc] init];
125 @interface Subclass3 <Proto1, Proto2>
137 @protocol Proto3 <Proto1, Proto2>
/external/clang/test/SemaObjC/
Dinstancetype.m17 @protocol Proto1 protocol
56 typedef Subclass1<Proto1> SC1Proto1;
62 Subclass1<Proto1> *sc1proto1 = 0;
72 Subclass1<Proto1> *sc1proto1_2 = [[[sc1proto1 class] alloc] init];
125 @interface Subclass3 <Proto1, Proto2>
137 @protocol Proto3 <Proto1, Proto2>
/external/clang/lib/AST/
DASTImporter.cpp636 const FunctionProtoType *Proto1 = cast<FunctionProtoType>(T1); in IsStructurallyEquivalent() local
638 if (Proto1->getNumParams() != Proto2->getNumParams()) in IsStructurallyEquivalent()
640 for (unsigned I = 0, N = Proto1->getNumParams(); I != N; ++I) { in IsStructurallyEquivalent()
641 if (!IsStructurallyEquivalent(Context, Proto1->getParamType(I), in IsStructurallyEquivalent()
645 if (Proto1->isVariadic() != Proto2->isVariadic()) in IsStructurallyEquivalent()
647 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent()
649 if (Proto1->getExceptionSpecType() == EST_Dynamic) { in IsStructurallyEquivalent()
650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsStructurallyEquivalent()
652 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
654 Proto1->getExceptionType(I), in IsStructurallyEquivalent()
[all …]
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4187 const FunctionProtoType *Proto1 = FD1->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs() local
4190 assert(Proto1 && Proto2 && "Function templates must have prototypes"); in isAtLeastAsSpecializedAs()
4235 Args1.insert(Args1.end(), Proto1->param_type_begin(), in isAtLeastAsSpecializedAs()
4236 Proto1->param_type_end()); in isAtLeastAsSpecializedAs()
4259 S, TemplateParams, Proto2->getReturnType(), Proto1->getReturnType(), in isAtLeastAsSpecializedAs()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto251 // outer class with the given name. This applies to both Proto1
/external/protobuf/src/google/protobuf/
Ddescriptor.proto293 // outer class with the given name. This applies to both Proto1