Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConEnd

6032   DeclContext::lookup_const_iterator Con, ConEnd;
6033 for (llvm::tie(Con, ConEnd) = D->lookup(ConstructorName);
6034 Con != ConEnd; ++Con) {