Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasDefaultConstructor

3484     if (ILE->getNumInits() != 0 || !DestRecordDecl->hasDefaultConstructor())
3745 if (RD->hasDefaultConstructor()) {