Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConEnd

3167       DeclContext::lookup_const_iterator Con, ConEnd;
3168 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3169 Con != ConEnd; ++Con) {
3208 DeclContext::lookup_const_iterator Con, ConEnd;
3209 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3210 Con != ConEnd; ++Con) {