Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4089 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
4104 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4124 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
5252 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
5257 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()