Searched refs:sugaredType (Results 1 – 2 of 2) sorted by relevance
3653 auto *sugaredType in getDependentSizedArrayType() local3657 Types.push_back(sugaredType); in getDependentSizedArrayType()3658 return QualType(sugaredType, 0); in getDependentSizedArrayType()4079 auto *sugaredType in getDependentAddressSpaceType() local4083 Types.push_back(sugaredType); in getDependentAddressSpaceType()4084 return QualType(sugaredType, 0); in getDependentAddressSpaceType()
2839 DependentSizedArrayType *sugaredType in getDependentSizedArrayType() local2843 Types.push_back(sugaredType); in getDependentSizedArrayType()2844 return QualType(sugaredType, 0); in getDependentSizedArrayType()