Searched refs:DestRecordDecl (Results 1 – 1 of 1) sorted by relevance
4391 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local4406 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()4426 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()5838 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local5843 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()