Home | History | Annotate | Download | only in AST

Lines Matching full:numcaptures

2778     NumCaptures = 0;
2783 NumCaptures = end - begin;
2787 size_t allocationSize = NumCaptures * sizeof(Capture);