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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 1291       pushFullExprCleanup<CallObjCArcUse>(getARCCleanupKind(), Object);
tools/clang/lib/CodeGen/CGCall.cpp
 3606       pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),
 4349     pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, SRetAlloca,
tools/clang/lib/CodeGen/CGDecl.cpp
 2065   pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
 2283   pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup,
 2300   pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup,
tools/clang/lib/CodeGen/CGException.cpp
  380   pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());
tools/clang/lib/CodeGen/CGExpr.cpp
  539         pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, Alloca,
tools/clang/lib/CodeGen/CGExprAgg.cpp
  282       CGF.pushFullExprCleanup<CodeGenFunction::CallLifetimeEnd>(
tools/clang/lib/CodeGen/CGObjC.cpp
 1942   pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object);