reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4215     flag |= BLOCK_FIELD_IS_WEAK;
 4220     flag = BLOCK_BYREF_CALLER;
 4224       flag |= BLOCK_FIELD_IS_BLOCK;
 4226       flag |= BLOCK_FIELD_IS_OBJECT;
 4227     std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag);
 4255       ByrefType += utostr(flag);
 4257       ByrefType += utostr(flag);
 4287       ByrefType += utostr(flag);
 4289       ByrefType += utostr(flag);