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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1818   Address emitBlockByrefAddress(Address baseAddr, const VarDecl *V,

References

tools/clang/lib/CodeGen/CGDecl.cpp
  716   lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(), var));
  776       tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(),
 1804       Loc = emitBlockByrefAddress(Loc, &D, /*follow=*/false);
tools/clang/lib/CodeGen/CGExpr.cpp
 2640       addr = emitBlockByrefAddress(addr, VD);
tools/clang/lib/CodeGen/CodeGenFunction.h
 2756       return CGF.emitBlockByrefAddress(Addr, Variable, /*forward*/ false);