Home | History | Annotate | Download | only in AST

Lines Matching refs:AttributedType

70     QualType VisitAttributedType(const AttributedType *T);
636 cast<AttributedType>(T1)->getModifiedType(),
637 cast<AttributedType>(T2)->getModifiedType()))
640 cast<AttributedType>(T1)->getEquivalentType(),
641 cast<AttributedType>(T2)->getEquivalentType()))
1771 QualType ASTNodeImporter::VisitAttributedType(const AttributedType *T) {