reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3824 llvm::Value *EmitARCRetainBlock(llvm::Value *value, bool mandatory);
2369 llvm::Value *copy = CGF.EmitARCRetainBlock(oldValue, /*mandatory*/ true);
tools/clang/lib/CodeGen/CGObjC.cpp2115 return EmitARCRetainBlock(value, /*mandatory*/ false); 2375 value = EmitARCRetainBlock(value, /*mandatory*/ true); 3193 result = CGF.EmitARCRetainBlock(result, /*mandatory*/ true); 3287 result = EmitARCRetainBlock(result, /*mandatory*/ true); 3410 value = EmitARCRetainBlock(value, /*mandatory*/ false);