Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
H A Dclass-def-test-1.m24 @protocol PROTO; protocol
H A Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddefault-property-synthesis.m14 @protocol PROTO protocol
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
H A Drewrite-modern-class.mm4 @protocol PROTO @end protocol
/minix3/external/bsd/flex/dist/
H A Dscanopt.h53 #define PROTO(args) args macro
H A Dflexdef.h124 #define PROTO(proto) proto macro
126 #define PROTO(proto) () macro
/minix3/minix/drivers/storage/ramdisk/
H A DMakefile26 PROTO= proto macro
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1502 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local