Searched refs:equivalentType (Results 1 – 4 of 4) sorted by relevance
715 QualType equivalentType);
2185 QualType equivalentType) { in getAttributedType() argument2187 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()2193 QualType canon = getCanonicalType(equivalentType); in getAttributedType()2195 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
3429 QualType equivalentType = GetType(Record[1]); in ReadTypeRecord() local3431 return Context->getAttributedType(kind, modifiedType, equivalentType); in ReadTypeRecord()
4636 QualType equivalentType in TransformAttributedType() local4638 if (equivalentType.isNull()) in TransformAttributedType()4642 equivalentType); in TransformAttributedType()