Home | History | Annotate | Download | only in AST

Lines Matching refs:equivalentType

2681                                        QualType equivalentType) {
2683 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2689 QualType canon = getCanonicalType(equivalentType);
2691 AttributedType(canon, attrKind, modifiedType, equivalentType);