HomeSort by relevance Sort by last modified time
    Searched full:objc_protocol (Results 1 - 12 of 12) sorted by null

  /external/clang/test/PCH/
objc_exprs.h 8 typedef typeof(@protocol(foo)) objc_protocol;
objc_exprs.m 14 int *A3 = (objc_protocol)0; // expected-warning {{aka 'Protocol *'}}
  /external/llvm/test/MC/MachO/
x86_32-sections.s 28 .objc_protocol
x86_64-sections.s 24 .objc_protocol
x86_32-symbols.s 75 .objc_protocol
x86_64-symbols.s 75 .objc_protocol
  /external/clang/lib/Parse/
ParseObjc.cpp 50 case tok::objc_protocol: {
474 if (contextKey != tok::objc_protocol)
    [all...]
Parser.cpp 800 !Tok.isObjCAtKeyword(tok::objc_protocol)) {
813 if (Tok.isObjCAtKeyword(tok::objc_protocol))
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 91 AddDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveObjCProtocol>(".objc_protocol");
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 5299 static bool objc_protocol = false; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp 499 /// ProtocolTy - LLVM type for struct objc_protocol.
501 /// ProtocolPtrTy - LLVM type for struct objc_protocol *.
801 /// Protocols - Protocols for which an objc_protocol structure has
    [all...]

Completed in 1154 milliseconds