Home | History | Annotate | Download | only in AST

Lines Matching defs:CXXNewExpr

1779 /// calls, e.g: "new CXXNewExpr(foo)".
1780 class CXXNewExpr : public Expr {
1828 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew,
1835 explicit CXXNewExpr(EmptyShell Shell)
1891 return const_cast<CXXNewExpr*>(this)->getPlacementArg(i);