Home
last modified time | relevance | path

Searched refs:DestRecordDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4117 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
4132 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4152 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
5280 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
5285 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()