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/src/test/java/com/google/protobuf/
Dtest_extra_interfaces.proto35 message Proto1 { message
43 "com.google.protobuf.ExtraInterfaces.HasStringValue<Proto1>";
47 "<Proto1, Builder>";
/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/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/lib/AST/
DASTImporter.cpp581 const FunctionProtoType *Proto1 = cast<FunctionProtoType>(T1); in IsStructurallyEquivalent() local
583 if (Proto1->getNumParams() != Proto2->getNumParams()) in IsStructurallyEquivalent()
585 for (unsigned I = 0, N = Proto1->getNumParams(); I != N; ++I) { in IsStructurallyEquivalent()
586 if (!IsStructurallyEquivalent(Context, Proto1->getParamType(I), in IsStructurallyEquivalent()
590 if (Proto1->isVariadic() != Proto2->isVariadic()) in IsStructurallyEquivalent()
592 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent()
594 if (Proto1->getExceptionSpecType() == EST_Dynamic) { in IsStructurallyEquivalent()
595 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsStructurallyEquivalent()
597 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
599 Proto1->getExceptionType(I), in IsStructurallyEquivalent()
[all …]
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4195 const FunctionProtoType *Proto1 = FD1->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs() local
4198 assert(Proto1 && Proto2 && "Function templates must have prototypes"); in isAtLeastAsSpecializedAs()
4243 Args1.insert(Args1.end(), Proto1->param_type_begin(), in isAtLeastAsSpecializedAs()
4244 Proto1->param_type_end()); in isAtLeastAsSpecializedAs()
4267 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.proto264 // outer class with the given name. This applies to both Proto1