Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

1756     QualType FirstType;
1766 FirstType = D->getType();
1775 if (FirstType->getContainedAutoType()) {
1779 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
1782 if (FirstType.isNull()) {
1787 D->setType(FirstType);
1804 FirstType = static_cast<Expr*>(First)->getType();
1805 if (FirstType.isConstQualified())
1807 << FirstType << First->getSourceRange();
1809 if (!FirstType->isDependentType() &&
1810 !FirstType->isObjCObjectPointerType() &&
1811 !FirstType->isBlockPointerType())
1813 << FirstType << First->getSourceRange());