Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConEnd

6969   DeclContext::lookup_const_iterator Con, ConEnd;
6970 for (llvm::tie(Con, ConEnd) = D->lookup(ConstructorName);
6971 Con != ConEnd; ++Con) {