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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1706   Destroyer *getDestroyer(QualType::DestructionKind destructionKind);

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  837       destroyer = CGF.getDestroyer(dtorKind);
 1944               : CGF.getDestroyer(CaptureType.isDestructedType());
tools/clang/lib/CodeGen/CGClass.cpp
 1878                                       getDestroyer(dtorKind),
tools/clang/lib/CodeGen/CGDecl.cpp
 1969   if (!destroyer) destroyer = getDestroyer(dtorKind);
 2048   pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
 2058   pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  138            .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind),
tools/clang/lib/CodeGen/CGExprAgg.cpp
  530                                          CGF.getDestroyer(dtorKind));
 1324                         CGF.getDestroyer(DtorKind), false);
 1610                         CGF.getDestroyer(dtorKind), false);
 1684                                        CGF.getDestroyer(dtorKind));
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1074                                        getDestroyer(DtorKind));
 1241                                    getDestroyer(DtorKind));
 2005                          CGF.getDestroyer(dtorKind),
tools/clang/lib/CodeGen/CGObjC.cpp
 1558       destroyer = CGF.getDestroyer(dtorKind);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2825                           DtorCGF.getDestroyer(ASTTy.isDestructedType()),
 2965                           ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()),