HomeSort by: relevance | last modified time | path
    Searched defs:BLOCK_FIELD_IS_WEAK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 101 BLOCK_FIELD_IS_WEAK = 0x10, /* declared __weak, only used in byref copy
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 48 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy
4954 /// [|BLOCK_FIELD_IS_WEAK]) // object
4957 /// [|BLOCK_FIELD_IS_WEAK]) // block
4963 /// [|BLOCK_FIELD_IS_WEAK]) // object
4966 /// [|BLOCK_FIELD_IS_WEAK]) // block
5072 flag |= BLOCK_FIELD_IS_WEAK;
5078 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.
RewriteObjC.cpp 46 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy
4109 /// [|BLOCK_FIELD_IS_WEAK]) // object
4112 /// [|BLOCK_FIELD_IS_WEAK]) // block
4118 /// [|BLOCK_FIELD_IS_WEAK]) // object
4121 /// [|BLOCK_FIELD_IS_WEAK]) // block
4229 flag |= BLOCK_FIELD_IS_WEAK;
4236 // FIXME. Handle __weak variable (BLOCK_FIELD_IS_WEAK) as well.

Completed in 102 milliseconds