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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1682   void pushDestroy(QualType::DestructionKind dtorKind,

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2433     CGF.pushDestroy(VarType.isDestructedType(), field, VarType);
tools/clang/lib/CodeGen/CGDecl.cpp
 2406         pushDestroy(DtorKind, DeclPtr, Ty);
tools/clang/lib/CodeGen/CGExprAgg.cpp
  292     CGF.pushDestroy(RetTy.isDestructedType(), Src.getAggregateAddress(), RetTy);
 1531         CGF.pushDestroy(dtorKind, V, Base.getType());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1100     CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType);
 4640       CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType());