Home | History | Annotate | Download | only in AST

Lines Matching refs:equivalentType

2321                                        QualType equivalentType) {
2323 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2329 QualType canon = getCanonicalType(equivalentType);
2331 AttributedType(canon, attrKind, modifiedType, equivalentType);