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.h1027 CleanupDeactivationScope DeactivateCleanups;
1043 : DeactivateCleanups(CGF), PerformCleanup(true), CGF(CGF) {
1074 DeactivateCleanups.ForceDeactivate();
H A DCGExprAgg.cpp1817 CodeGenFunction::CleanupDeactivationScope DeactivateCleanups(CGF); in VisitCXXParenListOrInitListExpr() local