Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

1181     QualType FirstType;
1188 FirstType = D->getType();
1202 FirstType = static_cast<Expr*>(First)->getType();
1204 if (!FirstType->isDependentType() &&
1205 !FirstType->isObjCObjectPointerType() &&
1206 !FirstType->isBlockPointerType())
1208 << FirstType << First->getSourceRange();