Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp4144 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
4159 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4179 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
5557 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
5562 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()