Home | History | Annotate | Download | only in AST

Lines Matching refs:Capture

3122                             const Capture *begin,
3123 const Capture *end,
3135 // Avoid new Capture[] because we don't want to provide a default
3137 size_t allocationSize = NumCaptures * sizeof(Capture);
3140 Captures = static_cast<Capture*>(buffer);