Searched refs:SubT (Results 1 – 2 of 2) sorted by relevance
295 Type *SubT = T->getScalarType(); in getPointerAddressSpace() local296 return SubT->getTypeID() == Type::PointerTyID in getPointerAddressSpace()297 ? cast<PointerType>(SubT)->getAddressSpace() in getPointerAddressSpace()298 : cast<TypedPointerType>(SubT)->getAddressSpace(); in getPointerAddressSpace()
2844 bool hasSameNullabilityTypeQualifier(QualType SubT, QualType SuperT, in hasSameNullabilityTypeQualifier() argument2846 auto SubTnullability = SubT->getNullability(); in hasSameNullabilityTypeQualifier()