Home | History | Annotate | Download | only in AST

Lines Matching refs:AttributedType

1093                   cast<AttributedType>(T)->getEquivalentType().getTypePtr());
2319 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind,
2323 AttributedType::Profile(id, attrKind, modifiedType, equivalentType);
2326 AttributedType *type = AttributedTypes.FindNodeOrInsertPos(id, insertPos);
2331 AttributedType(canon, attrKind, modifiedType, equivalentType);