Home
last modified time | relevance | path

Searched defs:Cleanups (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp226 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
H A DCGStmt.cpp2807 CodeGenFunction::RunCleanupsScope Cleanups(*this); in EmitAsmStmt() local
H A DMicrosoftCXXABI.cpp4150 CodeGenFunction::RunCleanupsScope Cleanups(CGF); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp4368 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp463 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
470 if (const auto Cleanups = dyn_cast<ExprWithCleanups>(E)) in findInfo() local
H A DCFG.cpp1568 auto *Cleanups = cast<ExprWithCleanups>(Child); in findConstructionContexts() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2080 if (auto Cleanups = dyn_cast<ExprWithCleanups>(Statement)) in ProcessIterationStmt() local
3053 if (auto Cleanups = dyn_cast<ExprWithCleanups>(InitExpr)) in DiagnoseForRangeReferenceVariableCopies() local
H A DSemaExprCXX.cpp6695 auto Cleanups = llvm::ArrayRef(ExprCleanupObjects.begin() + FirstCleanup, in MaybeCreateExprWithCleanups() local
H A DSemaDecl.cpp1983 if (const auto *Cleanups = dyn_cast_if_present<ExprWithCleanups>(Init)) in ShouldDiagnoseUnusedDecl() local