Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConEnd

2824   DeclContext::lookup_iterator Con, ConEnd;
2825 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(To);
2826 Con != ConEnd; ++Con) {
2954 DeclContext::lookup_iterator Con, ConEnd;
2955 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(ToRecordDecl);
2956 Con != ConEnd; ++Con) {