Home | History | Annotate | Download | only in Sema

Lines Matching refs:Container

5330   /// container that provides a \c getArgLoc() member function.
5336 ArgLocContainer *Container;
5359 TemplateArgumentLocContainerIterator(ArgLocContainer &Container,
5361 : Container(&Container), Index(Index) { }
5375 return Container->getArgLoc(Index);
5379 return pointer(Container->getArgLoc(Index));
5384 return X.Container == Y.Container && X.Index == Y.Index;