Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConEnd

2796                            DeclContext::lookup_iterator ConEnd,
2802 for (; Con != ConEnd; ++Con) {
2906 DeclContext::lookup_iterator ConStart, ConEnd;
2907 llvm::tie(ConStart, ConEnd) = S.LookupConstructors(DestRecordDecl);
2922 CandidateSet, ConStart, ConEnd, Best,
2941 CandidateSet, ConStart, ConEnd, Best,
3187 DeclContext::lookup_iterator Con, ConEnd;
3188 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(T1RecordDecl);
3189 Con != ConEnd; ++Con) {
3724 DeclContext::lookup_iterator Con, ConEnd;
3725 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(DestRecordDecl);
3726 Con != ConEnd; ++Con) {
4334 DeclContext::lookup_iterator Con, ConEnd;
4335 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(Class);
4336 Con != ConEnd; ++Con) {