Home | History | Annotate | Download | only in Sema

Lines Matching refs:SingleDecl

370   iterator(const NamedDecl *SingleDecl, unsigned Index)
371 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }