Home
last modified time | relevance | path

Searched refs:DeactivateCleanups (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h969 CleanupDeactivationScope DeactivateCleanups;
984 : DeactivateCleanups(CGF), PerformCleanup(true), CGF(CGF) {
1014 DeactivateCleanups.ForceDeactivate();
H A DCGExprAgg.cpp1689 CodeGenFunction::CleanupDeactivationScope DeactivateCleanups(CGF); in VisitCXXParenListOrInitListExpr() local