Lines Matching refs:CXXDefaultArgExpr
764 CXXDefaultArgExpr *765 CXXDefaultArgExpr::Create(const ASTContext &C, SourceLocation Loc, 767 void *Mem = C.Allocate(sizeof(CXXDefaultArgExpr) + sizeof(Stmt *));768 return new (Mem) CXXDefaultArgExpr(CXXDefaultArgExprClass, Loc, Param,