Home | History | Annotate | Download | only in Sema

Lines Matching refs:isScalarType

2990     return T->isScalarType();
4911 if (!ObjectType->isDependentType() && !ObjectType->isScalarType()) {