Home | History | Annotate | Download | only in Parse

Lines Matching defs:Container

45   SmallVectorImpl<TemplateIdAnnotation *> &Container;
49 SmallVectorImpl<TemplateIdAnnotation *> &Container)
50 : Container(Container) {}
54 Container.begin(),
55 E = Container.end();
58 Container.clear();
938 // Must temporarily exit the objective-c container scope for
939 // parsing c constructs and re-enter objc container scope