Searched refs:SubT (Results 1 – 2 of 2) sorted by relevance
2012 bool hasSameNullabilityTypeQualifier(QualType SubT, QualType SuperT, in hasSameNullabilityTypeQualifier() argument2014 auto SubTnullability = SubT->getNullability(*this); in hasSameNullabilityTypeQualifier()
3079 Type *SubT = nullptr; in isSimpleType() local3081 SubT = T->getArrayElementType(); in isSimpleType()3083 SubT = T->getVectorElementType(); in isSimpleType()3086 return SubT->isIntegerTy() || SubT->isFloatingPointTy(); in isSimpleType()