Home | History | Annotate | Download | only in AST

Lines Matching refs:equivalentType

3095                                        QualType equivalentType) {
3097 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3103 QualType canon = getCanonicalType(equivalentType);
3105 AttributedType(canon, attrKind, modifiedType, equivalentType);