Home | History | Annotate | Download | only in AST

Lines Matching refs:AttributedType

1713                   cast<AttributedType>(T)->getEquivalentType().getTypePtr());
3014 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind,
3018 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
3021 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos);
3026 AttributedType(canon, attrKind, modifiedType, equivalentType);