Lines Matching full:numattrs
323 unsigned NumAttrs) {324 assert(NumAttrs > 0 && "NumAttrs should be greater than zero");325 void *Mem = C.Allocate(sizeof(AttributedStmt) + sizeof(Attr *) * NumAttrs,327 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);