Lines Matching defs:DestRecordDecl
4486 CXXRecordDecl *DestRecordDecl
4501 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl);
4521 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl)))
4577 DestRecordDecl != nullptr && DestRecordDecl->isAggregate() &&
4578 DestRecordDecl->hasUninitializedExplicitInitFields()) {
4580 << /* Var-in-Record */ 1 << DestRecordDecl;
4581 emitUninitializedExplicitInitFields(S, DestRecordDecl);
5982 CXXRecordDecl *DestRecordDecl
5987 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) {