HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_FIELD_IS_OBJECT (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.h 84 BLOCK_FIELD_IS_OBJECT = 0x03, /* id, NSObject, __attribute__((NSObject)),
111 bool isSpecialPointer() const { return flags & BLOCK_FIELD_IS_OBJECT; }
  /external/compiler-rt/BlocksRuntime/
Block_private.h 103 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), block, ... */
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
Block_private.h 96 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), block, ... */
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 38 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)),
    [all...]
RewriteObjC.cpp 38 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)),
    [all...]

Completed in 190 milliseconds