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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1695   void emitDestroy(Address addr, QualType type, Destroyer *destroyer,

References

tools/clang/lib/CodeGen/CGClass.cpp
 1630       CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer,
tools/clang/lib/CodeGen/CGDecl.cpp
  471       CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  775   emitDestroy(addr, type, destroyer, useEHCleanupForArray);
tools/clang/lib/CodeGen/CGObjC.cpp
 1520       CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer,
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2824       DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy,
 2964       DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)),