Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4087 CXXRecordDecl *DestRecordDecl in TryConstructorInitialization() local
4102 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4122 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
5250 CXXRecordDecl *DestRecordDecl in TryUserDefinedConversion() local
5255 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()