Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 10 of 10) 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.m23 @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/webkit/Tools/android/flex-2.5.4a/
Dflexdef.h84 #define PROTO(proto) proto macro
86 #define PROTO(proto) () macro
/external/valgrind/main/coregrind/m_demangle/
Dansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/external/libpcap/
Dtokdefs.h42 PROTO = 268, enumerator
146 #define PROTO 268 macro
Dgrammar.c77 PROTO = 268, enumerator
181 #define PROTO 268 macro
/external/clang/lib/Sema/
DSemaExprObjC.cpp518 ObjCProtocolDecl *PROTO = (*I); in LookupMethodInQualifiedType() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1916 const ObjCProtocolDecl *PROTO, in PushProtocolProperties()