Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
Dclass-def-test-1.m24 @protocol PROTO; protocol
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
/external/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
/external/libpcap/
Dtokdefs.h50 PROTO = 268, enumerator
171 #define PROTO 268 macro
Dgrammar.c357 PROTO = 268, enumerator
478 #define PROTO 268 macro
/external/clang/lib/Sema/
DSemaExprObjC.cpp1500 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local