Home | History | Annotate | Download | only in AST

Lines Matching defs:CXXNewExpr

1803 /// calls, e.g: "new CXXNewExpr(foo)".
1804 class CXXNewExpr : public Expr {
1850 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew,
1857 explicit CXXNewExpr(EmptyShell Shell)
1913 return const_cast<CXXNewExpr*>(this)->getPlacementArg(i);