Home | History | Annotate | Download | only in AST

Lines Matching refs:NumCaptures

3603     NumCaptures = 0;
3608 NumCaptures = end - begin;
3612 size_t allocationSize = NumCaptures * sizeof(Capture);