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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  849     bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);
 1940         (!EHOnly || CGF.needsEHCleanup(CaptureType.isDestructedType()))) {
 2097         if (!needsEHCleanup(captureType.isDestructedType()))
tools/clang/lib/CodeGen/CGCall.cpp
 3593       NeedsEHCleanup = needsEHCleanup(type.isDestructedType());
tools/clang/lib/CodeGen/CGClass.cpp
  659       if (CGF.needsEHCleanup(dtorKind))
  702   if (needsEHCleanup(dtorKind))
 1116         if (!CGF.needsEHCleanup(dtorKind))
tools/clang/lib/CodeGen/CGDecl.cpp
 2046   assert(needsEHCleanup(dtorKind));
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  139                                   CGF.needsEHCleanup(DtorKind), &D);
tools/clang/lib/CodeGen/CGExprAgg.cpp
  520   if (CGF.needsEHCleanup(dtorKind)) {
 1316       if (CGF.needsEHCleanup(DtorKind)) {
 1608       if (CGF.needsEHCleanup(dtorKind)) {
 1679   if (CGF.needsEHCleanup(dtorKind) && !InnerLoop) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1064     if (needsEHCleanup(DtorKind)) {
 1238   if (!CleanupDominator && needsEHCleanup(DtorKind)) {
 2007                          CGF.needsEHCleanup(dtorKind));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2826                           DtorCGF.needsEHCleanup(ASTTy.isDestructedType()));
 2966                           DtorCGF.needsEHCleanup(ASTTy.isDestructedType()));
tools/clang/lib/CodeGen/CodeGenFunction.h
 1726     return (needsEHCleanup(kind) ? NormalAndEHCleanup : NormalCleanup);