Searched refs:DestRecordDecl (Results 1 – 1 of 1) sorted by relevance
3863 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local3878 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()3898 if (!(UnwrappedArgs.empty() && DestRecordDecl->hasDefaultConstructor())) in TryConstructorInitialization()4939 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local4944 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()