Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

1100     QualType FirstType;
1107 FirstType = D->getType();
1121 FirstType = static_cast<Expr*>(First)->getType();
1123 if (!FirstType->isDependentType() &&
1124 !FirstType->isObjCObjectPointerType() &&
1125 !FirstType->isBlockPointerType())
1127 << FirstType << First->getSourceRange();