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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1784   void BuildBlockRelease(llvm::Value *DeclPtr, BlockFieldFlags flags,

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1795     CGF.BuildBlockRelease(BlockVarAddr, FieldFlags, CanThrow);
 2292     CGF.BuildBlockRelease(value, Flags | BLOCK_BYREF_CALLER, false);