Searched defs:ExprWithCleanups (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp997 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, function in class:ExprWithCleanups
1010 ExprWithCleanups *ExprWithCleanups::Create(ASTContext &C, Expr *subexpr,
1012 size_t size = sizeof(ExprWithCleanups)
1014 void *buffer = C.Allocate(size, llvm::alignOf<ExprWithCleanups>());
1015 return new (buffer) ExprWithCleanups(subexpr, objects);
1018 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) function in class:ExprWithCleanups
1023 ExprWithCleanups *ExprWithCleanup
[all...]

Completed in 57 milliseconds