Searched refs:Cleanups (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp177 namespace Cleanups { namespace
/external/clang/lib/CodeGen/
H A DCGCall.cpp2087 ArrayRef<CallArgList::CallArgCleanup> Cleanups = local
2091 I = Cleanups.rbegin(), E = Cleanups.rend(); I != E; ++I) {
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5008 ArrayRef<ExprWithCleanups::CleanupObject> Cleanups
5012 Expr *E = ExprWithCleanups::Create(Context, SubExpr, Cleanups);
H A DSemaDecl.cpp1428 if (const ExprWithCleanups *Cleanups =
1430 Init = Cleanups->getSubExpr();

Completed in 218 milliseconds