Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeducedType

8341     QualType DeducedType;
8342 if (DeduceAutoType(VDecl->getTypeSourceInfo(), DeduceInit, DeducedType) ==
8345 if (DeducedType.isNull()) {
8349 VDecl->setType(DeducedType);
8361 DeducedType->isObjCIdType()) {