Searched refs:SubT (Results 1 – 2 of 2) sorted by relevance
127 Type *SubT = T->getScalarType(); in getPointerAddressSpace() local128 return SubT->getTypeID() == Type::PointerTyID in getPointerAddressSpace()129 ? cast<PointerType>(SubT)->getAddressSpace() in getPointerAddressSpace()130 : cast<TypedPointerType>(SubT)->getAddressSpace(); in getPointerAddressSpace()
2670 bool hasSameNullabilityTypeQualifier(QualType SubT, QualType SuperT, in hasSameNullabilityTypeQualifier() argument2672 auto SubTnullability = SubT->getNullability(); in hasSameNullabilityTypeQualifier()