Lines Matching refs:ConEnd
2746 DeclContext::lookup_iterator ConEnd, in ResolveConstructorOverload() argument
2752 for (; Con != ConEnd; ++Con) { in ResolveConstructorOverload()
2851 DeclContext::lookup_iterator ConStart, ConEnd; in TryConstructorInitialization() local
2852 llvm::tie(ConStart, ConEnd) = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
2874 CandidateSet, ConStart, ConEnd, Best, in TryConstructorInitialization()
2892 CandidateSet, ConStart, ConEnd, Best, in TryConstructorInitialization()
3161 DeclContext::lookup_iterator Con, ConEnd; in TryRefInitWithConversionFunction() local
3162 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(T1RecordDecl); in TryRefInitWithConversionFunction()
3163 Con != ConEnd; ++Con) { in TryRefInitWithConversionFunction()
3709 DeclContext::lookup_iterator Con, ConEnd; in TryUserDefinedConversion() local
3710 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(DestRecordDecl); in TryUserDefinedConversion()
3711 Con != ConEnd; ++Con) { in TryUserDefinedConversion()
4319 DeclContext::lookup_iterator Con, ConEnd; in LookupCopyAndMoveConstructors() local
4320 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(Class); in LookupCopyAndMoveConstructors()
4321 Con != ConEnd; ++Con) { in LookupCopyAndMoveConstructors()