Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3863 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
3878 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
3898 if (!(UnwrappedArgs.empty() && DestRecordDecl->hasDefaultConstructor())) in TryConstructorInitialization()
4939 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
4944 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()