Home | History | Annotate | Download | only in Sema

Lines Matching refs:InitType

1844   QualType InitType;
1846 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
1849 if (InitType.isNull()) {
1853 Decl->setType(InitType);