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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1056   llvm::FunctionCallee getBlockObjectAssign();

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2112         EmitRuntimeCallOrInvoke(CGM.getBlockObjectAssign(), args);
 2114         EmitNounwindRuntimeCall(CGM.getBlockObjectAssign(), args);
 2282     llvm::FunctionCallee fn = CGF.CGM.getBlockObjectAssign();