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

/external/clang/lib/AST/
H A DExprCXX.cpp1107 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, function in class:ExprWithCleanups
1120 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr,
1122 size_t size = sizeof(ExprWithCleanups)
1124 void *buffer = C.Allocate(size, llvm::alignOf<ExprWithCleanups>());
1125 return new (buffer) ExprWithCleanups(subexpr, objects);
1128 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) function in class:ExprWithCleanups
1133 ExprWithCleanups *ExprWithCleanup
[all...]

Completed in 62 milliseconds