Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp3529 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
3544 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
3565 if (ILE->getNumInits() != 0 || !DestRecordDecl->hasDefaultConstructor()) in TryConstructorInitialization()
4587 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
4592 DeclContext::lookup_result R = S.LookupConstructors(DestRecordDecl); in TryUserDefinedConversion()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp4061 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
4076 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4096 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
5189 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
5194 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()