Searched refs:DestRecordDecl (Results 1 – 2 of 2) sorted by relevance
3529 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local3544 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()3565 if (ILE->getNumInits() != 0 || !DestRecordDecl->hasDefaultConstructor()) in TryConstructorInitialization()4587 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local4592 DeclContext::lookup_result R = S.LookupConstructors(DestRecordDecl); in TryUserDefinedConversion()
4061 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local4076 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()4096 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()5189 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local5194 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()