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

References

tools/clang/lib/CodeGen/CGCoroutine.cpp
  605     EHStack.pushCleanup<CallCoroDelete>(NormalAndEHCleanup, S.getDeallocate());
tools/clang/lib/Sema/TreeTransform.h
 7243              !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() &&
 7271     assert(S->getAllocate() && S->getDeallocate() &&
 7278     ExprResult DeallocRes = getDerived().TransformExpr(S->getDeallocate());