Home | History | Annotate | Download | only in Sema

Lines Matching defs:InitType

1809   QualType InitType;
1811 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
1814 if (InitType.isNull()) {
1818 Decl->setType(InitType);